npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

adobe-commerce-kb-mcp

v1.0.0

Published

MCP server for Adobe Commerce Support Knowledge Base. Gives AI assistants (Claude, Cursor, Cline, Windsurf) direct access to troubleshooting guides, how-to articles, patches, FAQs, and best practices from the official Adobe Commerce KB.

Downloads

117

Readme

Adobe Commerce KB MCP

npm version npm downloads License: CC BY-NC 4.0 Node.js MCP

MCP server that gives AI assistants (Claude, Cursor, Cline, Windsurf) instant access to the Adobe Commerce Support Knowledge Base.

The Commerce KB is the official Adobe troubleshooting library for Adobe Commerce and Magento — covering patches (MDVA / ACP2E), troubleshooting guides, how-to articles, FAQs, best practices, performance fixes, and Cloud/on-prem support tools. This MCP makes the entire KB searchable from your AI assistant.


Tools

| Tool | Description | |---|---| | search_commerce_kb | BM25-ranked full-text search across all KB articles | | get_kb_article_content | Fetch an article's full markdown content | | list_kb_categories | List KB categories with article counts | | get_kb_article_toc | Get table of contents for an article | | get_kb_code_examples | Extract code/command examples from an article | | get_related_kb_articles | Find related articles in the same category | | lookup_commerce_issue | Search + auto-fetch the top KB article | | refresh_kb_index | Force-refresh the KB index |

Prompts

| Prompt | Description | |---|---| | commerce-kb-diagnose | Diagnose a Commerce issue using the Knowledge Base | | commerce-kb-patch-lookup | Find patches and fixes for a specific issue |

Resources

| Resource | Description | |---|---| | commerce-kb://sections | All categories with article counts | | commerce-kb://stats | Server uptime and index stats | | commerce-kb://category/{section} | Browse articles by category |


Quick Setup — Cursor

npx adobe-commerce-kb-mcp

Or add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "adobe-commerce-kb": {
      "command": "npx",
      "args": ["-y", "adobe-commerce-kb-mcp"]
    }
  }
}

Quick Setup — Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):

{
  "mcpServers": {
    "adobe-commerce-kb": {
      "command": "npx",
      "args": ["-y", "adobe-commerce-kb-mcp"]
    }
  }
}

HTTP Mode

npx adobe-commerce-kb-mcp --http
# Runs on http://localhost:3000

KB Categories

| Category | Description | |---|---| | troubleshooting | Step-by-step fixes for known Commerce issues | | how-to | Guides for specific tasks and configurations | | faq | Frequently asked questions | | announcements | Platform updates and security patches | | support-tools | Managed alerts, Site-Wide Analysis Tool, etc. |


Example Queries

  • "Why is my Commerce checkout throwing a 500 error?"
  • "How do I fix a stuck cron job in Adobe Commerce Cloud?"
  • "Find patches for Commerce 2.4.6 Elasticsearch issues"
  • "How do I flush the Magento cache via CLI?"
  • "My indexer keeps going invalid — what's the fix?"

Related MCPs


License

CC BY-NC 4.0 © 2026 Jigar Karangiya · LinkedIn