Shopify Dev MCP Server
Developmentstdio
The official Shopify Dev MCP server, built by Shopify, gives AI coding tools direct access to Shopify's developer platform. Agents can search Shopify documentation, explore and introspect the Admin and Storefront GraphQL API schemas, validate GraphQL operations, and scaffold Functions — keeping answers grounded in up-to-date, accurate Shopify APIs.
连接
将此配置添加到 .claude/mcp.json
{
"mcpServers": {
"shopify": {
"command": "npx",
"args": [
"-y",
"@shopify/dev-mcp@latest"
]
}
}
}工具 (2)
search_dev_docs
Search Shopify developer documentation for relevant guides and references.
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search query for Shopify dev documentation"
}
}
}introspect_admin_schema
Introspect the Shopify Admin GraphQL API schema for types, queries, and mutations.
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Term or type name to look up in the Admin GraphQL schema"
}
}
}资源
此服务器未提供任何资源。
提示词
此服务器未提供任何提示词。
服务器信息
- 许可证
- MIT
- 星标
- 0
- 最后更新
- 2026年6月12日