CricketStudio MCP
About
29 MCP tools for IPL 2026, IPL historical (18 seasons), and Major League Cricket. No API key.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CRICKETSTUDIO_DEV_ID CRICKETSTUDIO_NO_TELEMETRYClaude Code
claude mcp add --env CRICKETSTUDIO_DEV_ID= --env CRICKETSTUDIO_NO_TELEMETRY= cricketstudio-mcp -- npx cricketstudio-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"cricketstudio-mcp","command":"npx","args":["cricketstudio-mcp"],"env":{"CRICKETSTUDIO_DEV_ID":"","CRICKETSTUDIO_NO_TELEMETRY":""}}'
JSON
{
"mcpServers": {
"cricketstudio-mcp": {
"command": "npx",
"args": [
"cricketstudio-mcp"
],
"env": {
"CRICKETSTUDIO_DEV_ID": "",
"CRICKETSTUDIO_NO_TELEMETRY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.