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"
    }
  }
}

Ресурсы

Этот сервер не предоставляет ресурсы.

Промпты

Этот сервер не предоставляет промпты.

Сведения о сервере

Автор
Shopify (@Shopify)
Репозиторий
https://github.com/Shopify/dev-mcp
Лицензия
MIT
Звёзды
0
Последнее обновление
12 июня 2026 г.