Odel
mcp server shopify

mcp server shopify

Local
@aiwerkTypeScriptMITUpdated 4w ago

Shopify Admin GraphQL API: products, orders, customers, inventory, and more (read and write).

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@aiwerk/mcp-server-shopifyv0.1.2

Run

npx -y @aiwerk/mcp-server-shopify

MCP client config

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