MCP.so
登录

Etsy MCP Server

@vienle90

关于 Etsy MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

vienle90

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器