A server that connects MCP clients (Claude, Cursor, Windsurf, etc.) to EventCatalog instances, allowing users to ask questions about their event-driven architecture and get insights about domains, services, and message schemas directly within their development tools.
📖 EventCatalog - MCP Server Get insights from your EventCatalog directly from your MCP Client (Claude, Cursor, Windsurf, etc)
-->
Features: Ask about domains, services and messages. Get answers in seconds. Request schemas, who owns what and much more.
EventCatalog is an Open Source tool that helps you document your event-driven architecture. Using EventCatalog you can document your domains, services and messages, schemas and much more.
EventCatalog will visualize your architecture for you all, provide the ability to add semantic meaning for stakeholders, host your OpenPAI and AsyncAPI specifications and integrate with any broker in the world.
Using the EventCatalog MCP Server you can get more value from your EventCatalog by asking questions about your architecture in the tools you already use.
llms.txt
standard to integrate with other LLLM tools (e.g Gemini, GPT-4)First, you need to enable the LLMS.txt
feature in your EventCatalog instance.
LLMS.txt
feature in your EventCatalog instance, by configuring your eventcatalog.config.js
file.LLMS.txt
feature enabled.To install EventCatalog for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @event-catalog/mcp-server --client claude
Each MCP client has a different way of adding the MCP server.
You can find some helpful links below to get started.
To use this with Claude Desktop, add the following to your claud_desktop_config.json
file. The full path on MacOS: ~/Library/Application Support/Claude/claud_desktop_config.json
, on Windows: %APPDATA%\Claude\claud_desktop_config.json
{ "mcpServers": { "eventcatalog": { "command": "npx", "args": [ "-y", "@eventcatalog/mcp-server", "https://demo.eventcatalog.dev" // Replace with your EventCatalog URL ] } } }
Go to Cursor Settings -> MCP Servers -> Add MCP Server.
eventcatalog
npx
-y @eventcatalog/mcp-server {URL_TO_YOUR_EVENTCATALOG_INSTANCE}
You can also create .mcp.json
files in your project to configure the MCP server for your project using Cursor.
{ "mcpServers": { "eventcatalog": { "command": "npx", "args": ["-y", "@eventcatalog/mcp-server", "https://demo.eventcatalog.dev"] } } }
You can read more about configuration for your project in the Cursor documentation.
Here is a list of all the APIs that the MCP server supports.
eventcatalog://all
eventcatalog://domains
eventcatalog://services
eventcatalog://events
eventcatalog://queries
eventcatalog://commands
eventcatalog://flows
eventcatalog://teams
eventcatalog://users
get_domains
get_services
get_events
get_commands
get_queries
get_flows
get_teams
get_team
get_users
get_user
get_event_schema
get_query_schema
get_command_schema
get_openapi_spec
get_asyncapi_spec
We are working on adding more APIs to the MCP server. If you need something specific, please open an issue and we will add it to the server.
Some ideas for the MCP server, feel free to add to the list!
pnpm install
to install the dependenciespnpm run build
To use the build as your MCP server you can point your MCP client to the dist
folder.
Example for Cursor:
{ "mcpServers": { "eventcatalog": { "command": "npx", "args": ["-y", "tsx /PATH_TO_YOUR_REPO/src/index.ts", "https://demo.eventcatalog.dev"] } } }
Thank you to our project sponsors.
Manage, secure, and govern every API in your organization Learn more
Delivering Apache Kafka professional services to your business
Learn more
Sponsors help make EventCatalog sustainable, want to help the project? Get in touch! Or visit our sponsor page.
Interested in collaborating with us? Our offerings include dedicated support, priority assistance, feature development, custom integrations, and more.
Find more details on our services page.
Usage of this feature is part of the EventCatalog Pro Edition
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!