This Is my personal MCP Server for my Etsy Sales Software that I am currently developing it has 18 different Tools, hat
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-etsyapp npx -y JoblessJoe/MCP-Server-Etsyapp
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-etsyapp": {
"command": "npx",
"args": [
"-y",
"JoblessJoe/MCP-Server-Etsyapp"
]
}
}
}