MCP server for F1 Analysis API
Documentation
🏎️ 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.
Getting Started
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.json - Linux:
~/Library/Application Support/Claude/claude_desktop_config.json
Add the F1Analisys MCP server configuration:
{
"mcpServers": {
"mcp-f1analisys": {
"command": "python",
"args": [ "-m", "mcp-f1analisys" ]
}
}
}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
Instalation
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
This project is licensed under the MIT - see the details.
Similar MCP
Based on tags & features
Trending MCP
Most active this week