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