Skip to main content

Claude Code with EventCatalog

EventCatalog Setup​

Prerequisites​

Adding the MCP server to Claude Code​

To use the EventCatalog MCP server with Claude Code, run the following command:

claude mcp add --transport stdio eventcatalog -- npx @eventcatalog/mcp-server {YOUR_URL} {YOUR_LICENSE_KEY}

Test the connection by running:

claude mcp list

See the Claude Code documentation for more information.