CricketStudio MCP for Cursor
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:Cursor
transport:stdio
runtime:npm
Install CricketStudio MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cricketstudio-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cricketstudio-mcp"
],
"env": {
"CRICKETSTUDIO_DEV_ID": "<CRICKETSTUDIO_DEV_ID>",
"CRICKETSTUDIO_NO_TELEMETRY": "<CRICKETSTUDIO_NO_TELEMETRY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs