Connector guide2-minute read9 MCP toolsEnglish · Deutsch · Italiano

Как подключить Etsy к Claude — через MCP

Read Etsy shop data (listings, transactions, receipts, reviews) from any AI agent. 9 tools, OAuth2 + x-api-key dual auth.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Etsy

Read Etsy shop data (listings, transactions, receipts, reviews) from any AI agent. 9 tools, OAuth2 + x-api-key dual auth.

Tools

9

Region

INTL

Category

e-commerce

Authentication

Required env vars

ETSY_API_KEYETSY_ACCESS_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the Etsy in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Etsy, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

Etsy + Claude

Read Etsy shop data (listings, transactions, receipts, reviews) from any AI agent. 9 tools, OAuth2 + x-api-key dual auth.

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

ETSY_API_KEY, ETSY_ACCESS_TOKEN

Шаг 1 — Получите учётные данные

etsy.com).

Setup:

  1. Register an app at https://www.etsy.com/developers/your-appsCreate New App.
  2. Note the Keystring (this is your x-api-key) and Shared secret.
  3. Run OAuth2 PKCE flow with scopes transactions_r listings_r email_r shops_r (or write-scopes if needed).
  4. Get the access token (1 hour expiry) + refresh token (long-lived).
  5. Set:
    • ETSY_API_KEY = the Keystring (a.k.a. x-api-key)
    • ETSY_ACCESS_TOKEN = the OAuth2 access token

…(continued in the in-app connector instructions)

Шаг 2 — Установите адаптер

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Шаг 3 — Добавьте коннектор в Claude

Рекомендуемый путь — работает в claude.ai web без редактирования конфигурационных файлов.

  1. Откройте claude.ai/customize/connectors.
  2. Нажмите "Add custom connector".
  3. Заполните:
    • Name: Etsy
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → вставьте ваш MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
  4. Нажмите Connect для авторизации.

Все инструменты ниже появятся в чате — начинайте писать промпты.

Доступные инструменты

ToolWhat it does
etsy_get_authenticated_userReturn the user the OAuth token belongs to
etsy_get_user_shopsList shops owned by the user
etsy_get_shopFetch one shop by shop_id with full details (announcement, sale message, etc
etsy_get_shop_listings_activeList active listings in a shop
etsy_get_listingFetch one listing by listing_id with full details
etsy_get_shop_receiptsList orders (receipts) for the shop
etsy_get_shop_receiptFetch one receipt with buyer info, transactions[], shipping address
etsy_get_shop_reviewsList reviews (transactions with feedback) for the shop
etsy_get_listings_by_shop_sectionList listings filtered by a shop section

FAQ

Работает ли с Claude Code так же как с Claude Desktop? Да — оба указывайте на https://cloud.anythingmcp.com/mcp.

Следующие шаги

Ready to ship

Your Etsy agent is one click away.

Install the connector, paste the key, prompt Claude. Free for 7 days, no credit card.