Skip to content
VS Code

jolpica mcp for VS Code

io.github.mrfentmen/jolpica-mcp

Formula 1 data (Jolpica, the Ergast replacement).

client:VS Code transport:stdio runtime:npm

Install jolpica mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "jolpica-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "jolpica-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

jolpica mcp in other clients