Commerce
Freeby MCP Community
A command line tool for setting up commercetools MCP server
v1.0.7Added Apr 12, 2026
mcpmodelcontextprotocolcommercetools
Commerce MCP Server
A command line tool for setting up commercetools MCP server
Installation
Reviews
Installation
Quick install
npx -y @commercetools/commerce-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"commerce": {
"command": "npx",
"args": ["-y", "@commercetools/commerce-mcp"]
}
}
}