shopify mcp server for Claude Desktop, Claude Code, or any MCP-compatible client to manage products, customers, orders, inventory, and metafields through a typed tool interface of shopify mcp
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"shopify-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"shopify-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add shopify-mcp cargo run -- shopify-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"shopify-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"shopify-mcp"
]
}
}
}
📋 Copy
Topics
claude-desktop mcp mcp-tool shopify shopify-mcp shopify-tool