adobe-api-mesh-docs-mcp
v1.0.0
Published
MCP server for Adobe API Mesh documentation. Gives AI assistants (Claude, Cursor, Cline, Windsurf) direct access to developer.adobe.com/graphql-mesh-gateway — GraphQL mesh config, source handlers, transforms, Commerce integration, and more.
Maintainers
Readme
Adobe API Mesh Docs MCP
MCP server that gives AI assistants (Claude, Cursor, Cline, Windsurf) instant access to the official Adobe API Mesh documentation.
API Mesh for Adobe Developer App Builder is a GraphQL orchestration layer that lets developers combine private and third-party APIs with Adobe products in a single queryable endpoint. This MCP covers mesh.json configuration, source handlers, transforms, Commerce integration, caching, WAF/DDoS security, and more.
Tools
| Tool | Description |
|---|---|
| search_api_mesh_docs | BM25-ranked full-text search across all API Mesh pages |
| get_api_mesh_doc_content | Fetch a page's full markdown content |
| list_api_mesh_sections | List all sections with page counts |
| get_api_mesh_page_toc | Get table of contents for a page |
| get_api_mesh_code_examples | Extract code examples from a page |
| get_related_api_mesh_docs | Find sibling pages in the same section |
| lookup_api_mesh_topic | Search + auto-fetch the top result |
| refresh_api_mesh_index | Force-refresh the index from live site |
Prompts
| Prompt | Description |
|---|---|
| api-mesh-config-scaffold | Scaffold a mesh.json configuration |
| api-mesh-commerce-integration | Integrate Adobe Commerce into an API Mesh |
Resources
| Resource | Description |
|---|---|
| api-mesh-docs://sections | All sections with page counts |
| api-mesh-docs://stats | Server uptime and index stats |
| api-mesh-docs://docs/{section} | Browse pages by section |
Quick Setup — Cursor
npx adobe-api-mesh-docs-mcpOr add to ~/.cursor/mcp.json:
{
"mcpServers": {
"adobe-api-mesh-docs": {
"command": "npx",
"args": ["-y", "adobe-api-mesh-docs-mcp"]
}
}
}Quick Setup — Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"adobe-api-mesh-docs": {
"command": "npx",
"args": ["-y", "adobe-api-mesh-docs-mcp"]
}
}
}HTTP Mode
npx adobe-api-mesh-docs-mcp --http
# Runs on http://localhost:3000Example Queries
- "How do I configure a mesh.json with two GraphQL sources?"
- "How do I add a REST source handler to an API Mesh?"
- "Show me Commerce GraphQL integration examples in API Mesh"
- "How do I use response transforms to reshape an API response?"
- "How do I add authentication headers to a mesh source?"
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-app-builder-docs-mcp— Adobe App Builder — serverless, I/O Runtime, Commerce extensibilityadobe-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
