mcp-f1analisys

Maxbleu/mcp-f1analisys

3.2

If you are the rightful owner of mcp-f1analisys and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for interacting with F1Analisys through LLM interfaces like Claude.

Tools
  1. Track dominance

    Analyze which teams or drivers dominate specific tracks.

  2. Top speed

    Evaluate the top speeds achieved during sessions.

  3. Lap time average

    Calculate the average lap times for drivers or teams.

  4. Lap time distribution

    Visualize the distribution of lap times across sessions.

  5. Team performance

    Assess the overall performance of teams during races.

🏎️ 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 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:

.\.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]
  • httpx
  • fastmcp

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.