Etsy-MCP-Server

amirjahfar1/Etsy-MCP-Server
★ 0 stars JavaScript AI/LLM Updated today
AI-powered Etsy shop management system built on Claude + an MCP server. Runs a shop like a full-service growth agency: 20 skills for shop/listing audits, competitor and keyword research, SEO listing copy, pricing and financial analysis, review insights, and daily ops — every write confirmed before it touches your live shop.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "etsy-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "amirjahfar1/Etsy-MCP-Server"
      ]
    }
  }
}