🏎️ MCP Server F1Analisys

by Maxbleu

254 downloads
Not rated
GitHub

About

A Model Context Protocol (MCP) server for interacting with F1Analisys through LLM interfaces like Claude. It provides Formula 1 data analysis tools for enthusiasts and analysts who have Claude installed on their system.

Details

Author
Maxbleu
Downloads
254
Categories
Other, AI

- Track dominance analysis for official and pre-testing sessions
- Top speed, lap time average, and distribution tools
- Team performance and fastest laps analysis
- Race and sprint position evolution tracking
- Comparative lap times, throttle, and braking usage
- Long runs and fastest drivers per compound

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name 🏎️ MCP Server F1Analisys
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the package via pip (pip install mcp-f1analisys), then add the server configuration to Claude’s desktop config file (claude_desktop_config.json) with the command python -m mcp-f1analisys. Alternatively, you can install directly with mcp install .\server.py.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\ud83c\udfce\ufe0f mcp server f1analisys": {
            "mcp-f1analisys": {
                "command": "python",
                "args": [
                    "-m",
                    "mcp-f1analisys"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-f1analisys": {
        "command": "python",
        "args": [
            "-m",
            "mcp-f1analisys"
        ]
    }
}

🏎️ 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: ``commandline 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: `json { "mcpServers": { "mcp-f1analisys": { "command": "python", "args": [ "-m", "mcp-f1analisys" ] } } } `

Tools

- Track dominance Sesión Oficial Sesión Oficial - Top speed Sesión Oficial Sesión Oficial - Lap time average Sesión Oficial Sesión Oficial - Lap time distribution Sesión Oficial - Team performance Sesión Oficial Sesión Oficial - Fastest laps Sesión Oficial Sesión Oficial - Race position evolution Sesión Oficial Sesión Oficial - Fatest drivers each compound Sesión Oficial Sesión Oficial - Comparative lap time Sesión Oficial Sesión Oficial - Throttle usage Sesión Oficial Sesión Oficial - Braking usage Sesión Oficial Sesión Oficial - Long runs Sesión Oficial Sesión Oficial

Instalation

Active the virtual environment and install the requirements using:
`commandline .\.venv\Scripts\activate ` Install the mcp server in Claude using the following command: `commandline mcp install .\server.py `

Requirements

The requirementes used to build this MCP server are: -
mcp[cli] - httpx

Testing

You can test the server using the MCP Inspector:
`commandline mcp dev .\server.py ``

License

This project is licensed under the MIT <a href="https://github.com/Maxbleu/mcp-f1analisys/blob/master/LICENSE">LICENSE</a> - see the details.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.