Formula One MCP Server
@MCP-Mirror
Formula One MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Machine-To-Machine_f1-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@Machine-To-Machine/f1-mcp-server",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Formula One MCP Server?
A Model Context Protocol (MCP) server that provides Formula One racing data. It exposes tools for querying event schedules, driver information, telemetry data, and race results, making F1 data accessible to AI assistants and developers via the MCP standard.
How to use Formula One MCP Server?
Install via uv add f1-mcp-server or pip install f1-mcp-server. Run in standard I/O mode with uvx f1-mcp-server or in SSE transport mode with uvx f1-mcp-server --transport sse --port 8000. The server exposes tools such as get_event_schedule, get_driver_info, and compare_drivers for querying F1 data.
Key features of Formula One MCP Server
- Access the complete F1 race calendar for any season
- Detailed data about specific Grand Prix events
- Comprehensive session results (race, qualifying, practice)
- Driver information and performance analysis
- Telemetry data for specific laps
- Championship standings for drivers and constructors
Use cases of Formula One MCP Server
- Get the race schedule for a chosen F1 season
- Retrieve detailed information about an upcoming Grand Prix
- Analyze a driver’s lap‑time performance in a specific session
- Compare multiple drivers’ performances in the same session
- Fetch telemetry data for in‑depth lap analysis
FAQ from Formula One MCP Server
What dependencies does it require?
Python libraries: anyio, click, fastf1, mcp, numpy, pandas, and uvicorn.
Does it require an API key or external authentication?
No. The server relies on FastF1 to fetch publicly available F1 data and does not require any API key or authentication.
How can I run it with SSE transport for web apps?
Use uvx f1-mcp-server --transport sse --port 8000 to enable Server‑Sent Events mode on port 8000.
What data source does it use?
Underlying data is provided by FastF1, an open‑source Python package for accessing Formula 1 telemetry, timing, and event data.
Is it compatible with Claude Desktop or similar MCP clients?
Yes. It can be installed for Claude Desktop automatically via Smithery with the command npx -y @smithery/cli install @Machine-To-Machine/f1-mcp-server --client claude.
「その他」の他のコンテンツ
Blender
ahujasidOpen-source MCP to use Blender with any LLM

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Codelf
unbugA search tool helps dev to solve the naming things problem.
コメント