adobe-io-events-docs-mcp
v1.0.0
Published
MCP server for Adobe I/O Events documentation. Gives AI assistants (Claude, Cursor, Cline, Windsurf) direct access to developer.adobe.com/events — webhooks, journaling, event providers, Commerce events, App Builder integration, and more.
Downloads
132
Maintainers
Readme
Adobe I/O Events Docs MCP
MCP server that gives AI assistants (Claude, Cursor, Cline, Windsurf) instant access to the official Adobe I/O Events documentation.
Adobe I/O Events enables building reactive, event-driven applications based on events from Adobe services. This MCP covers webhooks, journaling, event providers (Commerce, Creative Cloud, AEM), App Builder integration, subscriber-defined filters, Amazon EventBridge, SDK, and CLI.
Tools
| Tool | Description |
|---|---|
| search_io_events_docs | BM25-ranked full-text search across all I/O Events pages |
| get_io_events_doc_content | Fetch a page's full markdown content |
| list_io_events_sections | List all sections with page counts |
| get_io_events_page_toc | Get table of contents for a page |
| get_io_events_code_examples | Extract code examples from a page |
| get_related_io_events_docs | Find sibling pages in the same section |
| lookup_io_events_topic | Search + auto-fetch the top result |
| refresh_io_events_index | Force-refresh the index from live site |
Prompts
| Prompt | Description |
|---|---|
| io-events-webhook-scaffold | Scaffold an I/O Events webhook handler |
| io-events-commerce-integration | Integrate Commerce events with I/O Events |
Resources
| Resource | Description |
|---|---|
| io-events-docs://sections | All sections with page counts |
| io-events-docs://stats | Server uptime and index stats |
| io-events-docs://docs/{section} | Browse pages by section |
Quick Setup — Cursor
npx adobe-io-events-docs-mcpOr add to ~/.cursor/mcp.json:
{
"mcpServers": {
"adobe-io-events-docs": {
"command": "npx",
"args": ["-y", "adobe-io-events-docs-mcp"]
}
}
}Quick Setup — Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"adobe-io-events-docs": {
"command": "npx",
"args": ["-y", "adobe-io-events-docs-mcp"]
}
}
}HTTP Mode
npx adobe-io-events-docs-mcp --http
# Runs on http://localhost:3000Example Queries
- "How do I register a webhook in Adobe I/O Events?"
- "What's the difference between webhooks and journaling?"
- "How do I integrate Commerce events with App Builder?"
- "Show me how to use subscriber-defined filters to reduce event noise"
- "How do I forward Adobe events to Amazon EventBridge?"
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-api-mesh-docs-mcp— Adobe API Mesh — GraphQL gateway & source handlersadobe-commerce-kb-mcp— Adobe Commerce Support Knowledge Base — troubleshooting & patches
License
CC BY-NC 4.0 © 2026 Jigar Karangiya · LinkedIn
