MCP-Server-Etsyapp

JoblessJoe/MCP-Server-Etsyapp
★ 0 stars JavaScript 📦 Other Updated 8d ago
This Is my personal MCP Server for my Etsy Sales Software that I am currently developing it has 18 different Tools, hat
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-etsyapp": {
      "command": "npx",
      "args": [
        "-y",
        "JoblessJoe/MCP-Server-Etsyapp"
      ]
    }
  }
}