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-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

Readme

Adobe I/O Events 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 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-mcp

Or 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:3000

Example 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


License

CC BY-NC 4.0 © 2026 Jigar Karangiya · LinkedIn