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.
Maintainers
Readme
Adobe App Builder Docs 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-mcpOr 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:3000Example 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
adobe-commerce-docs-mcp— Adobe Commerce merchant & admin docs (experienceleague.adobe.com)adobe-commerce-dev-docs-mcp— Adobe Commerce developer docs (developer.adobe.com/commerce)aem-live-docs-mcp— AEM / Edge Delivery Services docs (aem.live)adobe-api-mesh-docs-mcp— Adobe API Mesh — GraphQL gateway & source handlersadobe-commerce-kb-mcp— Adobe Commerce Support Knowledge Base — troubleshooting & patchesadobe-io-events-docs-mcp— Adobe I/O Events — webhooks, journaling & event providers
License
CC BY-NC 4.0 © 2026 Jigar Karangiya · LinkedIn
