Shopify Dev MCP Server

Developmentstdio
Repositorio

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.

Conectar

Añade esta configuración a .claude/mcp.json

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

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

Recursos

Este servidor no expone ningún recurso.

Prompts

Este servidor no expone ningún prompt.

Información del servidor

Autor
Shopify (@Shopify)
Repositorio
https://github.com/Shopify/dev-mcp
Licencia
MIT
Estrellas
0
Última actualización
12 de junio de 2026