
F1 Race Engineer
by liamchampton
Professional Formula 1 telemetry, tyre strategy, and driver comparison tools for AI assistants.
What it does
This MCP server transforms your AI into a professional F1 Race Engineer, providing real-time and historical Formula 1 telemetry and analysis. It integrates FastF1 to provide deep insights into race weekends, allowing the AI to analyze performance and strategies with precision.
Tools
load_session: Loads a specific F1 session (Practice, Qualifying, or Race) for analysis.get_tyre_strategy: Retrieves detailed tyre stint data, including compounds and durations for all drivers.compare_drivers: Performs a sector-by-sector timing comparison between two drivers on their fastest laps.health_check: Verifies the operational status of the MCP server.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"f1-race-engineer": {
"command": "python3",
"args": ["-m", "app.mcp_server"],
"cwd": "/path/to/f1-race-engineer-mcp"
}
}
}
Supported hosts
- vscode-copilot
- claude
Quick install
pip install -r requirements.txt && python -m app.mcp_serverInformation
- Pricing
- free
- Published
- 5/26/2026
- stars







