Skip to content

Commit aec3b56

Browse files
authored
feat: add Shopify Dev MCP server definition (#73)
* 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 * fix: update Shopify documentation URL * fix: rename server files with transport suffix - com.shopify-dev-mcp.json -> com.shopify-dev-mcp-npx.json (id: com.shopify-dev-mcp-npx) Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com> --------- Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent adcb138 commit aec3b56

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.shopify-dev-mcp-npx",
4+
"name": "Shopify Dev (npx)",
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": [
10+
"developer-tools",
11+
"documentation"
12+
],
13+
"tags": [
14+
"shopify",
15+
"e-commerce",
16+
"api",
17+
"documentation",
18+
"themes",
19+
"liquid"
20+
],
21+
"transport": {
22+
"type": "stdio",
23+
"command": "npx",
24+
"args": [
25+
"-y",
26+
"@shopify/dev-mcp@latest"
27+
],
28+
"metadata": {
29+
"inputs": []
30+
}
31+
},
32+
"auth": {
33+
"type": "none",
34+
"instructions": "No API key required. This server provides access to Shopify developer documentation and theme validation tools."
35+
},
36+
"contributor": {
37+
"name": "Shopify",
38+
"github": "Shopify",
39+
"url": "https://shopify.dev"
40+
},
41+
"links": {
42+
"repository": "https://github.com/Shopify/dev-mcp",
43+
"homepage": "https://shopify.dev",
44+
"documentation": "https://shopify.dev/docs/apps/build/devmcp"
45+
},
46+
"platforms": [
47+
"all"
48+
],
49+
"capabilities": {
50+
"tools": true,
51+
"resources": false,
52+
"prompts": false,
53+
"read_only_mode": true
54+
}
55+
}

0 commit comments

Comments
 (0)