PluginBench
MCP Server

OpenF1 MCP by UnClick MCP Server

io.github.malamutemayhem/openf1

What is the OpenF1 MCP by UnClick MCP server?

Formula 1 sessions, drivers, positions, laps, pit stops, car data, radio, and weather. By UnClick.

How to install OpenF1 MCP by UnClick

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openf1": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/openf1-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "openf1": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/openf1-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "openf1": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/openf1-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "openf1": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@unclick/openf1-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add openf1 -- npx -y @unclick/openf1-mcp

Related MCP servers

Australian Business Number lookup and business name search. By UnClick.

View repository →

Real-time Australian electricity spot prices and renewables data from Amber Electric. By UnClick.

View repository →

Australia Post parcel tracking, postcode lookup, and delivery times. By UnClick.

View repository →

BoardGameGeek search, game details, rankings, and collections. By UnClick.

View repository →

Chess.com player profiles, stats, games, puzzles, and leaderboards. No API key. By UnClick.

View repository →

CoinGecko tools for crypto, coingecko, bitcoin by UnClick.

View repository →