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
fastest lap
lap
top speed
total laps
driver team
team driver
box laps
deleted laps
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:
fastf1
pandas
fastmcp
websockets
mcp
pydantic
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.
Related Servers
Nile Postgres
Manage and query databases, tenants, users, auth using LLMs
Metabase MCP Server
Interact with Metabase, the open-source business intelligence platform, using Large Language Models.
PostgreSQL
Provides read-only access to PostgreSQL databases, enabling schema inspection and query execution.
Neo4j MCP Server
A read-only query service for Neo4j graph databases.
CData Jira Assets
A read-only MCP server for Jira Assets, powered by the CData JDBC Driver.
NFTGo MCP
Access the NFTGo Developer API for comprehensive NFT data and analytics. Requires an NFTGo API key.
DigitalOcean Database
Integrate AI-powered IDEs with DigitalOcean managed databases using a DigitalOcean API token.
MariaDB
An MCP server for retrieving data from a MariaDB database.
Hasura GraphQL
Interact with a Hasura GraphQL endpoint, enabling schema introspection, queries, mutations, and data aggregation.
Microsoft Fabric Analytics
An analytics server providing tools for interacting with the Microsoft Fabric data platform.