- Etsy MCP Server
Etsy MCP Server
what is Etsy MCP Server?
Etsy MCP Server is a Model Context Protocol (MCP) server designed for integrating with the Etsy API, built using Node.js and TypeScript. It allows users to manage Etsy listings programmatically without needing to use the web interface.
how to use Etsy MCP Server?
To use the Etsy MCP Server, clone the repository, install dependencies, configure your Etsy API credentials in a .env file, build the project, and start the server. Then, authenticate with Etsy and connect it to Claude Desktop to manage your listings.
key features of Etsy MCP Server?
- OAuth 2.0 authentication with Etsy API
- Create draft listings
- Upload images to listings
- Retrieve taxonomy information (categories)
- Compatible with Claude Desktop through the Model Context Protocol
use cases of Etsy MCP Server?
- Automating the creation of new Etsy listings.
- Uploading images to existing listings without manual intervention.
- Fetching category information for better listing management.
FAQ from Etsy MCP Server?
- What are the prerequisites for using the Etsy MCP Server?
You need Node.js 16+, Yarn package manager, an Etsy Developer account with an API key, an Etsy Shop, and Claude Desktop.
- Is there a graphical interface for managing listings?
No, the server is designed for programmatic access through Claude Desktop.
- Can I run this server on any machine?
Yes, as long as the prerequisites are met, you can run it on any machine.