Shopify MCP Model Context Protocol server

Shopify MCP

Manage products, orders, and customers in a Shopify store.

Shopify·
Featured
·No reviews yet
Repo Docs
Share:

About

Official Shopify Dev MCP server: query the Storefront and Admin GraphQL APIs, inspect schemas, and mutate products, variants, collections, orders, discounts and customers. Includes a schema-introspection tool so the agent can build correct GraphQL queries on the fly. Supports both public app tokens and custom-app access tokens.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Install Shopify MCP

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "shopify": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-shopify"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "shopify": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-shopify"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "shopify": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-shopify"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.