Skip to content

adobe commerce docs mcp for Grok

io.github.jigarkkarangiya/adobe-commerce-docs-mcp

MCP server for Adobe Commerce / Magento 2 documentation — search, browse, and read official docs.

client:Grok transport:stdio runtime:npm

Install adobe commerce docs mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "adobe-commerce-docs-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "adobe-commerce-docs-mcp"
      ],
      "env": {
        "CACHE_DIR": "<CACHE_DIR>",
        "SITEMAP_URL": "<SITEMAP_URL>",
        "EXTRA_COMMERCE_SLUGS": "<EXTRA_COMMERCE_SLUGS>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

adobe commerce docs mcp in other clients