Skip to content
Cursor

cricapi mcp for Cursor

io.github.mrfentmen/cricapi-mcp

MCP server for CricAPI: cricket matches, series, players. Free key.

client:Cursor transport:stdio runtime:npm

Install cricapi mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "cricapi-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cricapi-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cricapi mcp in other clients