mcpbeat Sign in

CricketStudio MCP Server

local only

CricketStudio MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 26 Aug 2026.

29 MCP tools for IPL 2026, IPL historical (18 seasons), and Major League Cricket. No API key.

Installs per day peak 65 · avg 17 · -25% w/w
a month agotoday
37
Installs / week
npm · cricketstudio-mcp
2
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 8 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command bin/cricketstudio-mcp.mjs:26
const child = spawn(process.execPath, [tsxCli, server], { stdio: 'inherit' });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cricketstudio-mcp -- npx -y cricketstudio-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cricketstudio-mcp": {
      "args": [
        "-y",
        "cricketstudio-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cricketstudio-mcp]
command = "npx"
args = ["-y", "cricketstudio-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cricketstudio-mcp": {
      "args": [
        "-y",
        "cricketstudio-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cricketstudio-mcp": {
      "args": [
        "-y",
        "cricketstudio-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CRICKETSTUDIO_DEV_ID (Optional developer ID for usage tracking and early hosted-API access. Register free at players.cricketstudio.ai/developers.), CRICKETSTUDIO_NO_TELEMETRY (Set to '1' to disable anonymous startup telemetry.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CricketStudio MCP

same job, measured the same way
Market Intel MCP
by datakoot

Live & historical FX rates and currency conversion for AI agents. No API keys.

5 tools answering
Sportiq MCP
by ninjabeam20

MCP tools for FIFA World Cup 2026 football, Formula 1, and IPL cricket — sims, strategy, fantasy.

467 installs/wk 44 tools answering
mcp-toolbelt
by papacasper

29 pay-per-call DNS, SEO, SSL, security, and dev tools for AI agents. x402, no API key.

29 tools answering
Veto
by jigyasudham

93 agentic MCP tools + 49 specialist agents for every major AI CLI. Self-learning, no API keys.

118 installs/wk local only
Audiala
by audiala

Audio-guide and trip-planning tools for 1,100+ cities from Audiala. Free, no API key.

4 tools answering
Kylas CRM
by kylastech

MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY.

69 installs/wk local only
Kylas CRM
by akshaykylas94

MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY.

58 installs/wk local only
Better Notion MCP
by n24q02m

Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

205 installs/wk local only

CricketStudio MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for CricketStudio MCP?
CricketStudio MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package cricketstudio-mcp was installed 37 times last week.
How do I connect CricketStudio MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cricketstudio-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use CricketStudio MCP?
The npm package cricketstudio-mcp was installed 37 times in the last week. Week over week that is -25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CricketStudio MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.