Back to Apps

EventCatalog MCP
Supports UIby event-catalog
Connect your EventCatalog instance to AI clients to query event-driven architecture, schemas, and ownership.
0 stars
Works in:CursorWindsurf
Exposes:ToolsResources
What it does
The EventCatalog MCP Server allows AI assistants to interact directly with your EventCatalog instance. It provides deep visibility into event-driven architectures, enabling users to ask questions about domains, services, messages, and ubiquitous language without leaving their IDE or chat client.
Tools
find_resources: Search for services, domains, events, and flows.get_schema: Retrieve OpenAPI, AsyncAPI, or JSON schemas for events and services.find_owners: Identify the teams or users responsible for specific architectural components.find_producers_and_consumers: Map out the message flow and dependencies between services.review_schema_changes: Analyze new schemas for breaking changes and suggest fixes.eventstorm_to_eventcatalog: Convert EventStorming session images into structured catalog entries.
Installation
Configure your claud_desktop_config.json as follows:
{
"mcpServers": {
"eventcatalog": {
"command": "npx",
"args": [
"-y",
"@event-catalog/mcp-server",
"YOUR_EVENTCATALOG_URL",
"YOUR_LICENSE_KEY"
]
}
}
}
Supported hosts
Confirmed support for Claude Desktop, Cursor, and Windsurf.
Quick install
npx -y @event-catalog/mcp-server {URL} {LICENSE_KEY}Information
- Pricing
- paid
- Published
- 7/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add npx -y @event-catalog/mcp-server {URL} to MCP Servers settingsWindsurf
Add to mcp_config.jsonClaude Desktop
Add npx -y @event-catalog/mcp-server {URL} {LICENSE_KEY} to claud_desktop_config.json





