etix mcp for Zed
io.github.chrischall/etix-mcp
Etix event discovery for Claude — search events, venues & performers and fetch event details
client:Zed
transport:stdio
runtime:npm
Install etix mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"etix-mcp": {
"command": "npx",
"args": [
"-y",
"etix-mcp"
],
"env": {
"ETIX_WS_PORT": "<ETIX_WS_PORT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs