MCP.so
Sign In
Servers
C

Cricket Mcp Server

@tarun7r

A MCP server for fetching cricket data from Cricbuzz, including player statistics, live match scores, upcoming schedules, and the latest news.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "cricket": {
      "command": "python",
      "args": [
        "cricket_server.py"
      ],
      "cwd": "/path/to/cricket-mcp-server"
    }
  }
}

More from Other