Global ecommerce platform โ dominant DTC backend. Admin REST API v2024-01. Orders, products, customers, inventory, fulfillments, webhooks. Complements Tienda Nube (regional-only) for international DTC brands.
$ npm install @codespar/mcp-shopifyAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"shopify": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-shopify"
],
"env": {
"SHOPIFY_SHOP": "<your_shopify_shop>",
"SHOPIFY_ACCESS_TOKEN": "<your_shopify_access_token>"
}
}
}
}After restart, your agent can call any of the 28 tools below โ try list_orders first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
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
SHOPIFY_API_VERSIONShopify Admin API version. Defaults to 2024-01.
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
list_ordersget_ordercreate_orderupdate_ordercancel_orderlist_productsget_productcreate_productMCP is a protocol โ any framework that speaks it can mount this server.