CricketStudio MCP

Citation infrastructure for cricket - 60 MCP tools across 7 leagues, zero network calls, 2,654 matches, 623,535 deliveries. LLM accuracy: 0% → 85% on compound cricket questions (benchmark). Its 40 documented tools cover mlc, profile, players, player. It runs locally over stdio via the published package.

People who work with mlc, profile and players and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-26 · ★ 2 · #111 OF 278 MAINTAINED API INTEGRATION · VERIFIED 2026-09-18

NOASSERTION · JavaScript servers · how we verify → /methodology

01 · Install CricketStudio MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add i-m-arul-cricketstudio-mcp -- npx -y cricketstudio-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "i-m-arul-cricketstudio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cricketstudio-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package cricketstudio-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.i-m-arul is GitHub-verified and matches the repo owner

03 · What CricketStudio MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 40 documented tools spanning mlc, profile, players, player, including get_dataset_summary, search_players, get_player_profile, get_player_pillar.

Capability map

Tools grouped from the project's README - what CricketStudio MCP lets an agent do.

read & search

12 tools - e.g. Top-level corpus overview: seasons, matches, players, deliveries; Player discovery by name or team; Filtered query across all ClaimReview entries

get_dataset_summary · search_players · list_atomic_claims · get_venue_hub · get_standings · get_trend…

Player

6 tools - e.g. Headline stats across all five pillars (P1–P5); Claims from a specific pillar (P1 recaps, P2 moments, P3 form, P4 season, P5 notebook); Batter vs bowler matchup record

get_player_profile · get_player_pillar · get_player_h2h · get_mlc_player_profile · get_wpl_player_profile · get_t20wc_player_profile

Team

5 tools - e.g. Team headline stats and season summary; Head-to-head record between two franchises; Franchise profile and season history

get_team_profile · get_team_h2h · get_mlc_team_profile · get_wpl_team_profile · get_t20wc_team_stats

Match

4 tools - e.g. Live or final scorecard with ball-by-ball state; Atomic claim set for a completed match; Match scorecard and key claims

get_match_state · get_match_recap · get_mlc_match · get_mlc_match_claim

Mlc

4 tools - e.g. MLC corpus overview: seasons, matches, players, deliveries; Player discovery within the MLC corpus; All MLC matches with status and results

get_mlc_dataset_summary · search_mlc_players · list_mlc_matches · list_mlc_leaderboards

Wpl

3 tools - e.g. WPL corpus overview: seasons, matches, players, deliveries (2022/23–2025/26); Player discovery within the WPL corpus; Season or all-time leaderboard for any WPL aspect (runs, wickets, economy, …)

get_wpl_dataset_summary · search_wpl_players · get_wpl_leaderboard

T20wc

3 tools - e.g. T20 WC corpus overview: editions, matches, players, deliveries (2013/14–2025/26); Player discovery within the T20 WC corpus; All-edition leaderboard for any T20 WC aspect

get_t20wc_dataset_summary · search_t20wc_players · get_t20wc_leaderboard

Bbl

2 tools - e.g. BBL corpus overview: seasons, matches, players, deliveries (2011/12–2025/26); Player discovery within the BBL corpus

get_bbl_dataset_summary · search_bbl_players

04 · Who maintains CricketStudio MCP

CricketStudio MCP is maintained by i-m-arul. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
API integration - ranked #111 of 278 actively-maintained API integration servers as of 2026-09-18.
registry
io.github.i-m-arul/cricketstudio-mcp (active, first published 2026-06-03 · 2 versions)
packages
npm:cricketstudio-mcp

06 · CricketStudio MCP FAQ

Is CricketStudio MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-26. We re-verify nightly.

What can CricketStudio MCP do?

An agent gets 40 documented tools spanning mlc, profile, players, player, including get_dataset_summary, search_players, get_player_profile, get_player_pillar.

How do I install CricketStudio MCP?

Run `npx -y cricketstudio-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does CricketStudio MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to CricketStudio MCP