Skip to content
Cursor

etix mcp for Cursor

io.github.chrischall/etix-mcp

Etix event discovery for Claude — search events, venues & performers and fetch event details

client:Cursor transport:stdio runtime:npm

Install etix mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "etix-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "etix-mcp"
      ],
      "env": {
        "ETIX_WS_PORT": "<ETIX_WS_PORT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

etix mcp in other clients