Skip to content
Cursor

adobe commerce docs mcp for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install adobe commerce docs mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

adobe commerce docs mcp in other clients