Skip to content

Commit fc185ac

Browse files
committed
Add Shopify Dev MCP server definition
Official Shopify Dev MCP server for searching developer documentation, learning about APIs, and validating Liquid themes. No API key required. https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
1 parent 0217546 commit fc185ac

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

servers/com.shopify-dev-mcp.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.shopify-dev-mcp",
4+
"name": "Shopify Dev",
5+
"alias": "shopify",
6+
"description": "Search Shopify developer documentation, learn about APIs, fetch full docs, and validate Liquid themes. No API key required.",
7+
"icon": "https://avatars.githubusercontent.com/u/8085?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["developer-tools", "documentation"],
10+
"tags": ["shopify", "e-commerce", "api", "documentation", "themes", "liquid"],
11+
12+
"transport": {
13+
"type": "stdio",
14+
"command": "npx",
15+
"args": ["-y", "@shopify/dev-mcp@latest"],
16+
"metadata": {
17+
"inputs": []
18+
}
19+
},
20+
21+
"auth": {
22+
"type": "none",
23+
"instructions": "No API key required. This server provides access to Shopify developer documentation and theme validation tools."
24+
},
25+
26+
"contributor": {
27+
"name": "Shopify",
28+
"github": "Shopify",
29+
"url": "https://shopify.dev"
30+
},
31+
32+
"links": {
33+
"repository": "https://github.com/Shopify/dev-mcp",
34+
"homepage": "https://shopify.dev",
35+
"documentation": "https://shopify.dev/docs/apps/build/devmcp"
36+
},
37+
38+
"platforms": ["all"],
39+
40+
"capabilities": {
41+
"tools": true,
42+
"resources": false,
43+
"prompts": false,
44+
"read_only_mode": true
45+
}
46+
}

0 commit comments

Comments
 (0)