MCP.so
Sign In

Etsy MCP Server

@vienle90

About Etsy MCP Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

vienle90

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "etsy-mcp-server": {
      "type": "http",
      "url": "http://localhost:3000/mcp"
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Etsy MCP Server?

Etsy MCP Server is a Model Context Protocol (MCP) server built with Node.js and TypeScript that integrates the Etsy API, allowing Claude Desktop to programmatically manage Etsy listings without using the web interface.

How to use Etsy MCP Server?

Install dependencies with Yarn, set up a .env file with your Etsy API credentials, build and start the server, authenticate via browser at http://localhost:3000, then connect Claude Desktop by adding an MCP server with name "Etsy MCP Server" and URL http://localhost:3000/mcp. After connection, ask Claude to create listings, upload images, or browse categories.

Key features of Etsy MCP Server

  • OAuth 2.0 authentication with Etsy API
  • Create draft listings programmatically
  • Upload images to existing listings
  • Get taxonomy (category) information
  • Compatible with Claude Desktop via MCP

Use cases of Etsy MCP Server

  • Create a new draft Etsy listing for a handmade product
  • Upload product images to an existing listing
  • Browse available Etsy categories for listing classification
  • Automate listing creation from a custom workflow

FAQ from Etsy MCP Server

What does the Etsy MCP Server do?

It provides a standardized MCP interface for Claude Desktop to interact with the Etsy API, enabling creation and management of listings without manual web steps.

What are the prerequisites to run Etsy MCP Server?

Node.js 16+, Yarn package manager, an Etsy Developer account with API key, an active Etsy Shop, and Claude Desktop.

How do I authenticate with Etsy?

After starting the server, visit http://localhost:3000 in your browser and click the authentication link. Your OAuth tokens will be saved automatically.

What MCP tools are available?

Three tools: createDraftListing (create a draft listing), uploadListingImage (upload an image to a listing), and getTaxonomies (get all listing taxonomies).

How is the server connected to Claude Desktop?

In Claude Desktop, go to Settings > MCP Servers > Add New Server, enter Name "Etsy MCP Server" and URL http://localhost:3000/mcp. Claude will automatically discover the tools.

Comments

More Other MCP servers