article
README
description: 规则的简要描述 globs: ["src/**/*.ts"] # 可选的文件模式 alwaysApply: false # 设置为 true 以始终包含
规则标题
内容...
一个连接实时Shopify商店的MCP服务器,通过Admin和Storefront API执行真实操作,支持GraphQL查询、文件上传、批量操作等,不同于仅提供文档的MCP服务。
内容...
Choose your client, fill the required environment variables, then copy a config generated from this server's published metadata
{
"mcpServers": {
"shopify-store-mcp": {
"command": "npx",
"args": [
"-y",
"shopify-store-mcp"
],
"env": {
"SHOPIFY_STORE_URL": "your-store.myshopify.com",
"SHOPIFY_ACCESS_TOKEN": "shpat_xxxxxxxxxxxxxxxxxxxxx"
}
}
}
}claude_desktop_config.jsonHosted 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
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