← Back to MCP directory
publicPublicdnsLocal runtime

shopify_store-mcp

一个连接实时Shopify商店的MCP服务器,通过Admin和Storefront API执行真实操作,支持GraphQL查询、文件上传、批量操作等,不同于仅提供文档的MCP服务。

article

README


description: 规则的简要描述 globs: ["src/**/*.ts"] # 可选的文件模式 alwaysApply: false # 设置为 true 以始终包含

规则标题

内容...

READY-TO-PASTE CONFIG

MCP client config generator

Choose your client, fill the required environment variables, then copy a config generated from this server's published metadata

terminal
Environment variableslockValues stay in this browser tab and are not uploaded or saved
Claude Desktop
{
  "mcpServers": {
    "shopify-store-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shopify-store-mcp"
      ],
      "env": {
        "SHOPIFY_STORE_URL": "your-store.myshopify.com",
        "SHOPIFY_ACCESS_TOKEN": "shpat_xxxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}
Save toclaude_desktop_config.json
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client