Shopify Dev MCP Server

Developmentstdio
Repository

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.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

{
  "mcpServers": {
    "shopify": {
      "command": "npx",
      "args": [
        "-y",
        "@shopify/dev-mcp@latest"
      ]
    }
  }
}

Araçlar (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"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Shopify (@Shopify)
Repository
https://github.com/Shopify/dev-mcp
Lisans
MIT
Yıldızlar
0
Son güncelleme
12 Haziran 2026