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-app-builder-docs-mcp

v1.0.0

Published

MCP server for Adobe App Builder documentation. Gives AI assistants (Claude, Cursor, Cline, Windsurf) direct access to developer.adobe.com/app-builder — serverless actions, I/O Runtime, Commerce extensibility, custom web apps, and more.

Readme

Adobe App Builder Docs 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 official Adobe App Builder documentation.

App Builder is Adobe's complete platform for building and deploying custom serverless applications that extend Adobe Experience Cloud. This MCP covers I/O Runtime actions, Commerce extensibility, App Builder scaffolding, CI/CD, SDK, CLI, and more — all searchable from your AI assistant.


Tools

| Tool | Description | |---|---| | search_app_builder_docs | BM25-ranked full-text search across all App Builder pages | | get_app_builder_doc_content | Fetch a page's full markdown content | | list_app_builder_sections | List all sections with page counts | | get_app_builder_page_toc | Get table of contents for a page | | get_app_builder_code_examples | Extract code examples from a page | | get_related_app_builder_docs | Find sibling pages in the same section | | lookup_app_builder_topic | Search + auto-fetch the top result | | refresh_app_builder_index | Force-refresh the index from live site |

Prompts

| Prompt | Description | |---|---| | app-builder-action-scaffold | Scaffold an I/O Runtime serverless action | | app-builder-commerce-extension | Build a Commerce extension using App Builder |

Resources

| Resource | Description | |---|---| | app-builder-docs://sections | All sections with page counts | | app-builder-docs://stats | Server uptime and index stats | | app-builder-docs://docs/{section} | Browse pages by section |


Quick Setup — Cursor

npx adobe-app-builder-docs-mcp

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

{
  "mcpServers": {
    "adobe-app-builder-docs": {
      "command": "npx",
      "args": ["-y", "adobe-app-builder-docs-mcp"]
    }
  }
}

Quick Setup — Claude Desktop

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

{
  "mcpServers": {
    "adobe-app-builder-docs": {
      "command": "npx",
      "args": ["-y", "adobe-app-builder-docs-mcp"]
    }
  }
}

HTTP Mode

npx adobe-app-builder-docs-mcp --http
# Runs on http://localhost:3000

Example Queries

  • "How do I deploy an App Builder action to production?"
  • "Create a manifest.yml for a Commerce order-sync action"
  • "What's the difference between App Builder and native Magento modules?"
  • "How do I set up OAuth authentication in an I/O Runtime action?"
  • "Show me examples of using the App Builder SDK"

Related MCPs


License

CC BY-NC 4.0 © 2026 Jigar Karangiya · LinkedIn