Etsy MCP Server

Etsy MCP Server

Enables AI assistants to search for products, retrieve listing details, get shop information, discover trending items, and access reviews on Etsy through the Etsy API v3.

Category
访问服务器

README

Etsy MCP Server

A Model Context Protocol (MCP) server that provides integration with the Etsy API v3. This server enables AI assistants to search for products, get shop information, retrieve listing details, and more on Etsy.

Features

  • 🔍 Search Listings: Search for active products on Etsy with filters
  • 🏪 Shop Information: Get detailed shop data and reviews
  • 📦 Listing Details: Retrieve comprehensive product information with images
  • 🔥 Trending Products: Discover what's currently popular on Etsy
  • Reviews: Access shop reviews and ratings
  • 📊 Pagination Support: Handle large result sets efficiently

Prerequisites

  • Node.js 18 or higher
  • An Etsy API key (from Etsy Developer Portal)

Getting an Etsy API Key

  1. Go to Etsy Developers
  2. Sign in with your Etsy account
  3. Create a new app in the Developer Console
  4. Copy your API Key (also called "Keystring")

Note: For read-only operations (searching, viewing public data), you only need an API key. For operations that modify data (creating listings, managing shops), you would need OAuth 2.0 authentication, which is not currently implemented in this server.

Installation

From npm (when published)

npm install -g etsy-mcp-server

From Source

git clone <repository-url>
cd etsy-mcp-server
npm install
npm run build

Configuration

Claude Desktop Configuration

Add the following to your Claude Desktop configuration file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "etsy": {
      "command": "npx",
      "args": ["-y", "etsy-mcp-server"],
      "env": {
        "ETSY_API_KEY": "your_etsy_api_key_here"
      }
    }
  }
}

Or if installed from source:

{
  "mcpServers": {
    "etsy": {
      "command": "node",
      "args": ["/path/to/etsy-mcp-server/build/index.js"],
      "env": {
        "ETSY_API_KEY": "your_etsy_api_key_here"
      }
    }
  }
}

Environment Variable

Alternatively, you can set the API key as an environment variable:

export ETSY_API_KEY=your_etsy_api_key_here

Available Tools

search_listings

Search for active listings on Etsy.

Parameters:

  • keywords (required): Search terms
  • limit (optional): Number of results (1-100, default: 25)
  • offset (optional): Pagination offset (default: 0)
  • min_price (optional): Minimum price filter
  • max_price (optional): Maximum price filter
  • sort_on (optional): Sort by created, price, updated, or score
  • sort_order (optional): asc, desc, ascending, or descending

Example:

Search Etsy for handmade leather wallets under $50

get_listing_details

Get detailed information about a specific listing.

Parameters:

  • listing_id (required): Numeric listing ID
  • includes (optional): Array of additional data (Shop, Images, User, Videos, Inventory)

Example:

Get details for Etsy listing ID 1234567890

get_shop_by_name

Retrieve information about a shop by its name.

Parameters:

  • shop_name (required): Shop name/slug

Example:

Get information about the Etsy shop "ArtisanLeatherCo"

get_shop_listings

Get all active listings from a specific shop.

Parameters:

  • shop_id (required): Numeric shop ID
  • limit (optional): Number of results (1-100, default: 25)
  • offset (optional): Pagination offset
  • sort_on (optional): Sort field
  • sort_order (optional): Sort direction

Example:

Show me all listings from Etsy shop ID 12345678

search_shops

Search for shops by name.

Parameters:

  • shop_name (required): Shop name to search
  • limit (optional): Number of results (1-100, default: 25)
  • offset (optional): Pagination offset

Example:

Search for Etsy shops with "pottery" in their name

get_trending_listings

Get currently trending listings on Etsy.

Parameters:

  • limit (optional): Number of results (1-100, default: 25)
  • offset (optional): Pagination offset

Example:

Show me trending items on Etsy

get_shop_reviews

Get reviews for a specific shop.

Parameters:

  • shop_id (required): Numeric shop ID
  • limit (optional): Number of results (1-100, default: 25)
  • offset (optional): Pagination offset
  • min_created (optional): Unix timestamp for minimum date
  • max_created (optional): Unix timestamp for maximum date

Example:

Get recent reviews for Etsy shop ID 12345678

Development

Build

npm run build

Watch Mode

npm run watch

Development Mode

npm run dev

API Rate Limits

Etsy's API has rate limits:

  • 10 requests per second per API key
  • Be mindful of pagination when retrieving large datasets

Error Handling

The server includes comprehensive error handling:

  • Invalid API keys return authentication errors
  • Missing required parameters return validation errors
  • Rate limit errors are surfaced to the user
  • Network errors are caught and reported

Limitations

  • Read-only: This server only supports read operations (searching, viewing)
  • Public data only: Can only access publicly available information
  • OAuth not implemented: Cannot perform authenticated operations like managing listings or accessing private shop data

Contributing

Contributions are welcome! Please feel free to submit issues or pull requests.

License

MIT

Resources

Troubleshooting

"ETSY_API_KEY environment variable is required"

Make sure you've set the ETSY_API_KEY in your configuration file or environment variables.

"Authentication failed"

Verify your API key is correct and active in the Etsy Developer Portal.

"Rate limit exceeded"

Wait a moment before making more requests. Consider implementing delays between requests if making many calls.

Connection Issues

Ensure you have internet connectivity and that Etsy's API is accessible from your network.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选