Skip to content
Cursor

MCP Sport for Cursor

io.github.andrequeiroz2/mcp-sport

MCP server that exposes Formula 1 data from the OpenF1 API.

client:Cursor transport:stdio runtime:pypi

Install MCP Sport in Cursor

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

{
  "mcpServers": {
    "mcp-sport": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-sport"
      ]
    }
  }
}

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

MCP Sport in other clients