ecwid for Claude Desktop
io.usefulapi/ecwid
Read store products, orders, customers, categories and coupons; adjust inventory and update orders.
client:Claude Desktop
transport:streamable-http
Install ecwid in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ecwid": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ecwid.usefulapi.io/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs