MCP Server F1Data
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Server F1Datashow me the 2023 driver standings"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🏎️ 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-f1dataTo use mcp-f1data server in claude can be configured by adding the following to your configuration file.
Windows:
%APPDATA%/Claude/claude_desktop_config.jsonLinux:
~/Library/Application Support/Claude/claude_desktop_config.json
Add the F1Data MCP server configuration:
{
"mcpServers": {
"mcp-f1data": {
"command": "python",
"args": [ "-m", "mcp-f1data" ]
}
}
}Related MCP server: OpenF1 MCP Server
Tools
circuitconstructordrivergrand prixmanufacturerraceseason
Instalation
Active the virtual environment and install the requirements using:
.\.venv\Scripts\activateInstall the mcp server in Claude using the following command:
mcp install .\server.pyRequirements
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Provides access to Civic Plus - See Click Fix, allowing you to interact with your data via an LLM.…
List datasets, schemas, run APL queries, and use prompts for exploration, anomalies, and monitoring.
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
Furgonetka MCP Server is an extension for LLMs (such as Claude) that integrates AI assistants with Poland's most popular courier brokerage platform. The server enables models to interact directly with services from various couriers (including InPost, DPD, DHL, UPS, and Poczta Polska) through a single, unified interface. With this integration, your AI stops just "writing about logistics" and starts actually managing it.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides comprehensive Formula 1 data access including race schedules, session results, lap times, telemetry data, driver/constructor standings, and circuit information. Enables users to retrieve and analyze F1 racing data through natural language queries using the FastF1 Python package.5MIT
- FlicenseNot gradedqualityDmaintenanceEnables access to Formula 1 data from the openF1.org API, including driver information, race results, lap times, telemetry, pit stops, weather conditions, and live position data across multiple seasons.-
- AlicenseNot gradedqualityDmaintenanceEnables Formula 1 data analysis through natural language, providing tools like track dominance, lap time analysis, and team performance comparisons.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceProvides easy access to Formula 1 data including championship standings, event info, season calendars, track visualizations, session results, and driver/constructor info via FastF1 and OpenF1 API.1MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Maxbleu/MCP-F1data'
If you have feedback or need assistance with the MCP directory API, please join our Discord server