E
Etsy
Query Etsy shops, listings and orders.
·No reviews yet
Share:
About
Auto-generated
Etsy is a Model Context Protocol server in the Commerce & Payments category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Etsy.
- What does the Etsy MCP allow me to do?
- The Etsy MCP enables programmatic queries of Etsy shops, product listings, and customer orders. This facilitates integration with external systems for inventory management, sales reporting, or dynamic content generation related to Etsy's marketplace.
- How do I configure the Etsy MCP in a client application?
- Configuration depends on your client. For a client like Claude Desktop, you typically provide the MCP's repository URL and a sensitive API key. Follow the specific client's documentation for adding an external MCP using its stdio transport.
- Does the Etsy MCP require an API key or other credentials?
- Yes, the Etsy MCP requires an API key for authentication. This API key grants access to Etsy's platform and must be securely configured within your MCP client to allow the MCP to function properly.
- What are the key capabilities exposed by the Etsy MCP?
- The Etsy MCP offers interfaces to query data across several key areas: shops, listings, and orders. It supports reading and potentially managing these resources within the Etsy marketplace, though specific tools are not listed.
- Is there a cost associated with using the Etsy MCP?
- The Etsy MCP itself is community-provided and open-source, so there is no direct licensing cost. However, usage may be subject to Etsy's API rate limits and terms of service, which could impose indirect costs or limitations.
- What is a common limitation when using the Etsy MCP?
- A common limitation is that the specific tools and methods exposed by the MCP are not detailed in the available documentation. This means developers may need to inspect the repository directly to understand its full functionality.
Install Etsy
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"etsy": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-etsy"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"etsy": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-etsy"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"etsy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-etsy"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.