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.

コメント

「その他」の他のコンテンツ