MCP Server
MCP
io.github.codespar/mcp-shopify
MCP server for Shopify — Admin REST API (orders, products, customers, inventory, fulfillments)
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-shopify",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Shopify shop subdomain (e.g. 'acme' for acme.myshopify.com)",
"isRequired": true,
"format": "string",
"name": "SHOPIFY_SHOP"
},
{
"description": "Shopify Admin API access token (private/custom app) sent as X-Shopify-Access-Token header",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SHOPIFY_ACCESS_TOKEN"
},
{
"description": "Shopify Admin API version. Defaults to 2024-01.",
"format": "string",
"name": "SHOPIFY_API_VERSION"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment