CricketStudio MCP for Zed
io.github.i-m-arul/cricketstudio-mcp
29 MCP tools for IPL 2026, IPL historical (18 seasons), and Major League Cricket. No API key.
client:Zed
transport:stdio
runtime:npm
Install CricketStudio MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cricketstudio-mcp": {
"command": "npx",
"args": [
"-y",
"cricketstudio-mcp"
],
"env": {
"CRICKETSTUDIO_DEV_ID": "<CRICKETSTUDIO_DEV_ID>",
"CRICKETSTUDIO_NO_TELEMETRY": "<CRICKETSTUDIO_NO_TELEMETRY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs