Shopify MCP (antoineschaller)
OtherComprehensive Shopify Admin API MCP server with 22 tools for products, orders, customers, inventory, and analytics.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"shopify-mcp-antoineschaller": {
"command": "npx",
"args": [
"-y",
"@akson/mcp-shopify"
]
}
}
}