F1Data
Access Formula 1 data, including race results, driver standings, and circuit information.
🏎️ MCP Server F1Data
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.
संबंधित सर्वर
PostgreSQL MCP Server by CData
A read-only MCP server for PostgreSQL, enabling LLMs to query live data from PostgreSQL databases.
Bamwor World Data
Access data on 261 countries and 13.4 million cities — population, GDP, geography, rankings, and comparisons. Built for Claude, Cursor, and AI agents.
GeoServer MCP Server
Connects Large Language Models to the GeoServer REST API, enabling AI assistants to interact with geospatial data and services.
Crunchbase
Access Crunchbase data for business information and insights. Requires a Crunchbase API key.
MCP Oracle Server
A server that provides tools to interact with an Oracle database.
NocoDB MCP Server
An MCP server for NocoDB, the open-source Airtable alternative. It allows interaction with your NocoDB instance via API.
MCP RAN POC
An MCP server for querying databases and managing Kubernetes clusters.
memory-v2
Brain-inspired persistent memory MCP server with hybrid BM25+vector search, ACT-R activation scoring, FadeMem decay, and knowledge graphs — 17 tools, fully local via Ollama, zero API keys.
Database
Universal database MCP server supporting multiple database types including PostgreSQL, Redshift, CockroachDB, MySQL, RDS MySQL, Microsoft SQL Server, BigQuery, Oracle DB, and SQLite
Database Server
A Model Context Protocol (MCP) server that provides multi-database query execution capabilities with support for SQLite, PostgreSQL, and MySQL databases. Includes a built-in Web UI for managing database connections.