Shopify Admin MCP for Cursor
io.github.a1-x-tech/mcp-shopify-admin
MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.
client:Cursor
transport:stdio
runtime:npm
Install Shopify Admin MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-shopify-admin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-shopify-admin"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_ACCESS_TOKEN": "<SHOPIFY_ACCESS_TOKEN>",
"SHOPIFY_CLIENT_ID": "<SHOPIFY_CLIENT_ID>",
"SHOPIFY_CLIENT_SECRET": "<SHOPIFY_CLIENT_SECRET>",
"SHOPIFY_API_VERSION": "<SHOPIFY_API_VERSION>",
"SHOPIFY_API_BASE": "<SHOPIFY_API_BASE>",
"SHOPIFY_TIMEOUT_MS": "<SHOPIFY_TIMEOUT_MS>",
"SHOPIFY_MAX_RETRIES": "<SHOPIFY_MAX_RETRIES>",
"SHOPIFY_TOKEN_LEEWAY_SECONDS": "<SHOPIFY_TOKEN_LEEWAY_SECONDS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs