mcp-f1analisys
Click on "Deploy 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., "@mcp-f1analisysShow track dominance for the 2023 season"
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.
🏎️ MCP Server F1Analisys
A Model Context Protocol (MCP) server for interacting with F1Analisys through LLM interfaces like Claude. You will need to have Claude installed on your system to continue.
Instalation
First of all, you need to install mcp-f1analisys package from pypi with pip, using the following command:
pip install mcp-f1analisysTo use mcp-f1analisys server in claude can be configured by adding the following to your configuration file.
Windows:
%APPDATA%/Claude/claude_desktop_config.jsonLinux:
~/Library/Application Support/Claude/claude_desktop_config.json
Add the F1Analisys MCP server configuration:
{
"mcpServers": {
"mcp-f1analisys": {
"command": "python",
"args": [ "-m", "mcp-f1analisys" ]
}
}
}Related MCP server: Pitstop
Tools
Track dominance
Top speed
Lap time average
Lap time distribution
Team performance
Fastest laps
Race position evolution
Fatest drivers each compound
Comparative lap time
Throttle usage
Braking usage
Long runs
Optimal lap impact
Launch
Active the virtual environment and install the requirements using:
.\.venv\Scripts\activateInstall the mcp server in Claude using the following command:
mcp install .\server.pyRequirements
The requirementes used to build this MCP server are:
mcp[cli]httpxfastmcp
Testing
You can test the server using the MCP Inspector:
mcp dev .\server.pyLicense
Source Code
The source code of this project is licensed under the Apache License 2.0.
Data
This project uses Formula 1 data from FastF1 created by the FastF1 contributors, licensed under the MIT License license.
Notice
MCPF1Analisys is unofficial and are not associated in any way with the Formula 1 companies. F1, FORMULA ONE, FORMULA 1, FIA FORMULA ONE WORLD CHAMPIONSHIP, GRAND PRIX and related marks are trade marks of Formula One Licensing B.V.
This server cannot be deployed
Maintenance
Related MCP Connectors
Ask data questions in natural language. Get SQL, insights, and charts from your databases.
Your Databricks Lakehouse in natural language: run SQL on your SQL warehouses, track long-running qu
Transform your data analysis with our Data Compute & Stats Bot. Effortlessly calculate descriptive
Query your SEO data in plain language: rankings, audits, backlinks, competitors and AI visibility.
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.5MIT
- 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.221MIT
- AlicenseNot gradedqualityDmaintenanceEnables 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.Apache 2.0
- FlicenseNot gradedqualityCmaintenanceA real-time Formula 1 analytics server that lets you ask natural language questions about races, lap times, tyre strategies, pit stops, and more using live data from the OpenF1 API.-