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-serverShow me the 2024 driver standings"
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 Model Context Protocol (MCP) server that provides comprehensive Formula 1 data and analytics for Claude Desktop integration.
Features
This server exposes 36+ tools for accessing F1 data:
Race Data
Race results and classifications
Sprint race results
Qualifying progression (Q1, Q2, Q3)
Grid vs finish comparisons
DNF lists and retirement reasons
Telemetry & Analysis
Speed trace comparisons between drivers
Gear shift visualizations
Brake and throttle analysis
RPM and engine data
DRS usage patterns
Timing & Laps
Fastest lap data with sector times
Lap-by-lap timing
Deleted laps (track limits)
Lap consistency statistics
Personal best laps
Strategy
Tire compound analysis
Stint breakdowns
Pit stop data and fastest stops
Starting tire choices
Strategy comparisons
Standings & History
Driver championship standings
Constructor standings
Historical race winners
Track records
Live Data
Live session status
Real-time positions
Live lap times
Live telemetry
Current weather conditions
Other
Team radio links
Race control messages
Track status (flags, safety car)
Weather data
Circuit information
Related MCP server: Pitstop
Installation
Prerequisites
Python 3.10 or higher
Claude Desktop
Setup
Clone this repository:
git clone https://github.com/drivenrajat/f1.git
cd f1Create a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activateInstall dependencies:
pip install -e .Configure Claude Desktop
Add this server to your Claude Desktop MCP configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"f1": {
"command": "python",
"args": ["/path/to/f1/f1_server.py"]
}
}
}Or if using uv:
{
"mcpServers": {
"f1": {
"command": "uv",
"args": ["run", "--directory", "/path/to/f1", "python", "f1_server.py"]
}
}
}Usage
Once configured, you can ask Claude questions like:
"Show me the 2024 F1 calendar"
"Get the race results from Monaco 2024"
"Compare telemetry between Verstappen and Norris at Silverstone qualifying"
"What was Hamilton's tire strategy at Spa?"
"Show me the current driver standings"
"Get the fastest pit stops from the Italian GP"
Data Sources
FastF1: Historical telemetry, lap times, and session data
Ergast API: Championship standings and historical results
OpenF1 API: Team radio recordings
Caching
The server automatically caches FastF1 data in a cache directory to improve performance on repeated queries.
License
MIT License - see LICENSE for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
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
- 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
- AlicenseAqualityAmaintenanceProvides access to Formula 1 data including driver and constructor championship standings with support for current and historical seasons. Enables users to query F1 championship information through natural language with plans for expanded race data and telemetry.Last updated221MIT
- Alicense-qualityDmaintenanceEnables interaction with Formula 1 data through LLM interfaces like Claude. Provides access to F1 information including circuits, constructors, drivers, grand prix, manufacturers, races, and seasons.Last updatedApache 2.0
- AlicenseAqualityCmaintenanceMCP server for Formula 1 data via the FastF1 library. Ask Claude (or any MCP-compatible client) about race results, lap times, telemetry, standings, pit stops, and qualifying — with historical data back to 1950 via the Ergast API.Last updated21MIT
Related MCP Connectors
Garmin data in Claude: 135 tools — activities, sleep, HRV, training, workouts. Free, open source.
63 tools for Apple Health, Fitbit, Oura & Health Connect data in Claude, ChatGPT, Grok & Mistral.
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
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/drivenrajat/f1'
If you have feedback or need assistance with the MCP directory API, please join our Discord server