Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-f1analisys": {
"args": [
"-m",
"mcp-f1analisys"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'mcp-f1analisys' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-f1analisys against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
MCP Security Weekly
Get CVE alerts and security updates for MCP F1analisys and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.
%APPDATA%/Claude/claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.jsonAdd the F1Analisys MCP server configuration:
{
"mcpServers": {
"mcp-f1analisys": {
"command": "python",
"args": [ "-m", "mcp-f1analisys" ]
}
}
}
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
The requirementes used to build this MCP server are:
mcp[cli]httpxfastmcpYou can test the server using the MCP Inspector:
mcp dev .\server.py
The source code of this project is licensed under the Apache License 2.0.
This project uses Formula 1 data from FastF1 created by the FastF1 contributors, licensed under the MIT License license.
MCPF1Analisys is unofficial and are not associated in any way with the Formula 1 companies. F1, FORMULA ONE, FORMULA 1, FIA FORMULA ONE WORLD CHAMPIONSHIP, GRAND PRIX and related marks are trade marks of Formula One Licensing B.V.