MCP Server F1Data
Enables interaction with Formula 1 data through LLM interfaces like Claude. Provides access to F1 information including circuits, constructors, drivers, grand prix, manufacturers, races, and seasons.
README
🏎️ MCP Server F1Data
<img src="./content/example.gif" width="1000">
A Model Context Protocol (MCP) server for interacting with F1Data 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-f1data package from pypi with pip, using the following command:
pip install mcp-f1data
To use mcp-f1data 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 F1Data MCP server configuration:
{
"mcpServers": {
"mcp-f1data": {
"command": "python",
"args": [ "-m", "mcp-f1data" ]
}
}
}
Tools
circuitconstructordrivergrand prixmanufacturerraceseason
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:
fastf1pandasfastmcpwebsocketsmcppydanticfastapi
Testing
You can test the server using the MCP Inspector:
mcp dev .\server.py
📜 Licenses
Source Code
The source code of this project is licensed under the Apache License 2.0.
Data
This project uses Formula 1 data from F1DB created by the F1DB contributors, licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.
The original data has been:
- Imported and structured into a PostgreSQL database
- Exposed through a custom MCP
- Optimized for efficient querying
The original data is provided "as-is" without warranties of any kind, as per the terms of the CC BY 4.0 license.
For complete attribution details, see ATTRIBUTIONS.md..
Notice
MCPF1Data 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.