Back to Browse

Adobe Commerce Docs MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Directory for the on-disk sitemap and page cache. Defaults to ~/.cache/adobe-commerce-docs-mcp.Optional

Environment variable: CACHE_DIR

Override the Adobe Experience League sitemap URL to index. Defaults to https://experienceleague.adobe.com/en/sitemap.xml.Optional

Environment variable: SITEMAP_URL

Comma-separated list of extra Experience League product slugs to index beyond the auto-detected commerce/commerce-* sections.Optional

Environment variable: EXTRA_COMMERCE_SLUGS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-jigarkkarangiya-adobe-commerce-docs-mcp": {
      "env": {
        "CACHE_DIR": "your-cache-dir-here",
        "SITEMAP_URL": "your-sitemap-url-here",
        "EXTRA_COMMERCE_SLUGS": "your-extra-commerce-slugs-here"
      },
      "args": [
        "-y",
        "adobe-commerce-docs-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!