
MCP-F1analisys
by Maxbleu·★ 0·Score 32
An MCP server providing Formula 1 racing analysis tools through the Model Context Protocol.
Overview
MCP-F1Analisys is a specialized MCP server that enables access to Formula 1 racing analytics data through LLM interfaces like Claude. The server provides a comprehensive set of tools for analyzing F1 performance metrics including track dominance, lap times, team performance, and driver statistics. It connects to the FastF1 data source to provide insights into both official sessions and pretesting data.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server when you need detailed F1 racing analytics through an MCP interface, especially if you're working with Claude Desktop and want to integrate racing data into your workflow.
When NOT to choose this
Avoid this server if you need real-time F1 data, as it relies on FastF1 which may have delay in data availability after races, or if you need analytics beyond basic performance metrics.
Tools this server exposes
12 tools extracted from the READMEtrack_dominanceAnalyze track dominance data for F1 sessions
top_speedGet top speed information for F1 drivers
lap_time_averageCalculate average lap times for F1 sessions
lap_time_distributionAnalyze lap time distribution patterns
team_performanceEvaluate F1 team performance metrics
fastest_lapsRetrieve fastest lap information from F1 sessions
race_position_evolutionTrack position changes during F1 races
fastest_drivers_each_compoundIdentify fastest drivers for each tire compound
comparative_lap_timeCompare lap times between different drivers
throttle_usageAnalyze throttle usage patterns in F1
braking_usageEvaluate braking performance and usage
long_runsAnalyze long run performance in F1 practice sessions
Comparable tools
Installation
Install the package using pip:
pip install mcp-f1analisysConfigure Claude Desktop by adding this to your configuration file:
{
"mcpServers": {
"mcp-f1analisys": {
"command": "python",
"args": [ "-m", "mcp-f1analisys" ]
}
}
}For development testing:
mcp dev .\server.pyFAQ
- What data sources does this MCP server use?
- The server uses data from FastF1, a Python library that provides access to official Formula 1 timing and telemetry data.
- Is this MCP server officially affiliated with Formula 1?
- No, this is an unofficial project and is not associated in any way with Formula 1 companies or their licensing entities.
Compare MCP-F1analisys with
Last updated · Auto-generated from public README + GitHub signals.