Etsy marketplace integration for shop management
Connect to Etsy marketplace for managing your shop, listings, orders, and analytics.
{
"mcpServers": {
"etsy": {
"mcpServers": {
"etsy": {
"env": {
"ETSY_API_KEY": "your-etsy-api-key",
"ETSY_SHARED_SECRET": "your-shared-secret"
},
"args": [
"-y",
"etsy-mcp-server"
],
"command": "npx"
}
}
}
}
}