# 安装 SHOP MCP — Claude Connector for Shopify

- 类型: MCP 工具
- 说明: 将 Claude 连接到 Shopify 店铺，用自然语言编辑主题、页面和商品。
- ⚠ 安全: 该 MCP 工具声明用于连接 Claude 与 Shopify 商店并编辑主题、页面和商品，具备远程联网与本机执行能力，且会接触业务敏感内容。虽来自官方 Registry 且近期有更新，可降低部分来源风险，但因源码不可审计、许可证未声明，整体更适合评为中等需留意。

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "SHOP MCP — Claude Connector for Shopify" MCP 服务：
执行：claude mcp add --transport sse io-github-anderseen-digital-shop-mcp https://www.shopmcp.net/mcp-shopify.ashx
```

### Codex
```
请帮我安装 askskill 上的 "SHOP MCP — Claude Connector for Shopify" MCP 服务：
在 ~/.codex/config.toml 中添加：
[mcp_servers.io-github-anderseen-digital-shop-mcp]
url = "https://www.shopmcp.net/mcp-shopify.ashx"
然后重启 Codex 生效
```

### Cursor
```
请帮我安装 askskill 上的 "SHOP MCP — Claude Connector for Shopify" MCP 服务：
在 .cursor/mcp.json 的 "mcpServers" 中添加：
"io-github-anderseen-digital-shop-mcp": { "url": "https://www.shopmcp.net/mcp-shopify.ashx" }
然后在 Cursor 设置 > MCP 中启用
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
claude mcp add --transport sse io-github-anderseen-digital-shop-mcp https://www.shopmcp.net/mcp-shopify.ashx
```

### Codex
```bash
codex mcp add io-github-anderseen-digital-shop-mcp --url https://www.shopmcp.net/mcp-shopify.ashx
```
配置文件 ~/.codex/config.toml：
```toml
[mcp_servers.io-github-anderseen-digital-shop-mcp]
url = "https://www.shopmcp.net/mcp-shopify.ashx"
```

### Cursor
配置文件 .cursor/mcp.json：
```json
{
  "mcpServers": {
    "io-github-anderseen-digital-shop-mcp": {
      "url": "https://www.shopmcp.net/mcp-shopify.ashx"
    }
  }
}
```
一键安装：cursor://anysphere.cursor-deeplink/mcp/install?name=io-github-anderseen-digital-shop-mcp&config=eyJ1cmwiOiJodHRwczovL3d3dy5zaG9wbWNwLm5ldC9tY3Atc2hvcGlmeS5hc2h4In0
