Loading MCP server directory, please wait...
MCP server for Shopify — Admin REST API (orders, products, customers, inventory, fulfillments)
npx @getmcp/cli add io.github.codespar/mcp-shopifyRequires Node.js 18+. Community-contributed server. Review source before installing.
SHOPIFY_SHOPShopify shop subdomain (e.g. 'acme' for acme.myshopify.com)
SHOPIFY_ACCESS_TOKENShopify Admin API access token (private/custom app) sent as X-Shopify-Access-Token header
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-shopify": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-shopify"
],
"env": {
"SHOPIFY_SHOP": "",
"SHOPIFY_ACCESS_TOKEN": "",
"SHOPIFY_API_VERSION": ""
}
}
}
}