MCP F1 analysis server for Formula 1 telemetry data visualization
Project description
🏎️ 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-f1analisys
To 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\activate
Install the mcp server in Claude using the following command:
mcp install .\server.py
Requirements
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.py
License
This project is licensed under the MIT LICENSE - see the details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_f1analisys-0.1.1.dev2.tar.gz.
File metadata
- Download URL: mcp_f1analisys-0.1.1.dev2.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.12.1.2 readme-renderer/44.0 requests/2.32.3 requests-toolbelt/1.0.0 urllib3/2.2.3 tqdm/4.67.1 importlib-metadata/8.6.1 keyring/25.6.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a048330340d94a51b2cb9f8ab8cc8ecb0b791f43989eed160ade1fd1ef9a1d6
|
|
| MD5 |
71bd7539e961e496cbb691336193ae37
|
|
| BLAKE2b-256 |
25c17566ee7517e3db18bbcab300e991253247d8b6bf4096c6246e0359d0098f
|
File details
Details for the file mcp_f1analisys-0.1.1.dev2-py3-none-any.whl.
File metadata
- Download URL: mcp_f1analisys-0.1.1.dev2-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.12.1.2 readme-renderer/44.0 requests/2.32.3 requests-toolbelt/1.0.0 urllib3/2.2.3 tqdm/4.67.1 importlib-metadata/8.6.1 keyring/25.6.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76942025cdee9c5b33f706f2a7505febcaed411b90607655453f4cbea156ac4f
|
|
| MD5 |
94f5a66e030323677fb88a76810f8cab
|
|
| BLAKE2b-256 |
2d4ed063eabbc094e07a5ea38c3193a35f86fbc293b43de74750ff0bb03fabed
|