MCP server that connects Claude to a Shopify store: products, orders, customers, inventory, and sales analytics. Ships with a full demo store.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"shopify-mcp-server": {
"command": "npx",
"args": [
"-y",
"sahididrishi/shopify-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add shopify-mcp-server npx -y sahididrishi/shopify-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"shopify-mcp-server": {
"command": "npx",
"args": [
"-y",
"sahididrishi/shopify-mcp-server"
]
}
}
}