F1 MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@F1 MCP ServerWho set the fastest lap in the 2026 Australian GP?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🏎️ F1 MCP Server
A real-time Formula 1 analytics server built with the Model Context Protocol (MCP). Ask Claude natural language questions about F1 races, lap times, tyre strategies, pit stops, and more — powered by live data from the OpenF1 API.
"What tyre strategy did the top 3 drivers use in the 2026 Monaco Race?" "Who set the fastest lap at the 2026 Australian GP?" "Was there a safety car at the 2024 British GP?"
🏗️ Architecture

Related MCP server: F1 MCP Server
⚙️ How It Works
Claude Desktop acts as the MCP client. On startup, it boots the F1 MCP server as a local subprocess and communicates via stdio (standard input/output). When you ask a natural language question, Claude reads the tool definitions and docstrings, decides which tools to call (and in what order), fires the OpenF1 API requests, and synthesizes the response — all automatically.
No API key required. No authentication. Just live F1 data.
🛠️ Tools
Tool | Description |
| Find all sessions for a year/country (Race, Qualifying, Practice, Sprint) |
| List all drivers in a session with number, name, and team |
| All lap times and sector times for a specific driver |
| Fastest lap across all drivers in a session |
| Pit stop laps and durations for a session |
| Full tyre strategy — compound, stint number, lap range |
| Final finishing positions for all drivers |
| Track temp, air temp, humidity, wind, and rainfall |
| Safety cars, flags, penalties, and incidents |
💬 Example Queries
What sessions are available for the 2026 season?
Who set the fastest lap in the 2026 Australian GP?
What tyre strategy did the top 3 use in the 2026 Monaco Race?
Did it rain during the 2024 British GP qualifying?
Were there any safety cars in the 2024 Monaco Race?
What were Hamilton's lap times in the 2026 Monaco Race?
How long were Verstappen's pit stops in the 2024 Abu Dhabi GP?📸 Screenshots
Sessions Query

Fastest Lap — Auto Tool Chaining

Tyre Strategy — Multi-Tool Chain

🚀 Setup
Prerequisites
Python 3.10+
uv package manager
Installation
# Clone the repo
git clone https://github.com/kevinjohnson/F1-MCP-Server.git
cd F1-MCP-Server
# Install dependencies
uv add "mcp[cli]" requests
# Register with Claude Desktop
uv run mcp install main.pyThen fully quit and reopen Claude Desktop. The F1 Assistant will appear under Connectors.
Common Issue
If the server shows as "Server not found", make sure main.py ends with:
if __name__ == "__main__":
mcp.run() # No transport argument — stdio only📡 Data Source
All data comes from OpenF1 — a free, open-source API providing real-time and historical F1 telemetry from 2023 onwards.
No API key required for historical data
Rate limit: 3 req/s, 30 req/min (free tier)
Data available from 2023 season onwards
🧠 Why MCP?
Claude can't access live data or external APIs on its own. MCP (Model Context Protocol) bridges that gap — it lets you define tools as Python functions that Claude can call autonomously. The key insight: Claude reads your docstrings to decide when and how to use each tool, enabling it to chain multiple API calls together without any explicit instructions.
In this project, a single question like "What tyre strategy did the top 3 use?" triggers Claude to automatically: find the session key → get race positions → resolve driver numbers → fetch tyre stints for each driver — all from one natural language prompt.
📁 Project Structure
F1-MCP-Server/
├── main.py # MCP server with all 9 tools
├── pyproject.toml # uv project config
├── images/ # Screenshots and architecture diagram
└── README.md🔭 Potential Extensions
Add
get_car_telemetry— throttle, brake, DRS, gear data per lapAdd
get_overtakes— position change events during a raceAdd
get_championship_standings— driver and constructor standingsCache session keys locally to reduce API calls
Add a
compare_driverstool for head-to-head lap time analysis
Built by Kevin Johnson · Powered by OpenF1 · Built with MCP
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol server that provides comprehensive Formula One racing data, enabling access to event schedules, driver information, telemetry data, race results, and performance analytics through natural language queries.Last updated81MIT
- AlicenseBqualityDmaintenanceProvides comprehensive Formula 1 data access including race schedules, session results, lap times, telemetry data, driver/constructor standings, and circuit information. Enables users to retrieve and analyze F1 racing data through natural language queries using the FastF1 Python package.Last updated5MIT
- Alicense-qualityCmaintenanceAn MCP server that provides 118+ Formula 1 analytics tools, enabling race analysis, driver comparisons, telemetry exploration, and strategy simulation through natural language.Last updatedMIT
- Alicense-qualityDmaintenanceEnables Formula 1 data analysis through natural language, providing tools like track dominance, lap time analysis, and team performance comparisons.Last updatedApache 2.0
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
Official Microsoft MCP Server to query Microsoft Entra data using natural language
Privacy-first web analytics. Query pageviews, referrers, trends, and AI insights.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kevin29Johnson/f1-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server