
F1 MCP Server
Provides 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.
README
F1 MCP Server
A Model Context Protocol (MCP) server that provides Formula 1 data using the FastF1 Python package.
Features
- Get race schedules for any F1 season
- Retrieve session results (practice, qualifying, race)
- Access lap times and telemetry data
- Driver and constructor standings
- Circuit information
Quick Start
Prerequisites
- Python 3.13
- uv package manager
1. Install uv (if not already installed)
# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
2. Setup F1 MCP Server
# Quick setup
./quick-start.sh
# Or manually
make install
# or: uv sync && uv pip install -e .
3. Run the server
# MCP mode (for MCP Inspector)
make mcp
# HTTP mode (for OAuth testing)
make http
# With MCP Inspector
make inspector
MCP Inspector Setup
The MCP Inspector is a powerful tool for testing and debugging MCP servers. Here's how to set it up:
1. Install Node.js (if not already installed)
# macOS with Homebrew
brew install node
# Or download from https://nodejs.org/
2. Install MCP Inspector
# Install globally with npm
npm install -g @modelcontextprotocol/inspector
# Verify installation
mcp-inspector --version
3. Run F1 MCP Server with Inspector
# Using make command (recommended)
make inspector
# Or manually
mcp-inspector uv run python -m f1_mcp_server.server
4. Using MCP Inspector
Once started, the inspector will:
- Launch a web interface (usually at
http://localhost:5173
) - Connect to your F1 MCP server automatically
- Provide an interactive UI to test all available tools
Available F1 Tools in Inspector:
get_race_schedule
- Browse F1 race calendarsget_session_results
- View race/qualifying resultsget_driver_standings
- Check championship standingsget_constructor_standings
- Team championship dataget_lap_times
- Detailed lap timing analysis
5. Example Usage in Inspector
Try these sample requests in the MCP Inspector:
Get 2024 Race Schedule:
{
"year": 2024
}
Get Monaco GP Race Results:
{
"year": 2024,
"round_number": 8,
"session": "R"
}
Get Lap Times for Verstappen:
{
"year": 2024,
"round_number": 1,
"session": "R",
"driver": "VER"
}
Troubleshooting MCP Inspector
Inspector won't start:
# Check Node.js version (needs 16+)
node --version
# Reinstall inspector
npm uninstall -g @modelcontextprotocol/inspector
npm install -g @modelcontextprotocol/inspector
Server connection issues:
# Test server directly first
make test-startup
# Check if server starts without inspector
make mcp
Port conflicts:
# Inspector uses port 5173 by default
# Kill any processes using the port
lsof -ti:5173 | xargs kill -9
Usage with MCP Inspector
The MCP Inspector provides a web-based interface for testing F1 data tools:
# Install MCP Inspector (requires Node.js)
npm install -g @modelcontextprotocol/inspector
# Run F1 server with inspector
make inspector
# Or manually
mcp-inspector uv run python -m f1_mcp_server.server
Inspector Features:
- Interactive web UI at
http://localhost:5173
- Real-time F1 data testing
- JSON schema validation
- Tool documentation browser
Available Tools
get_race_schedule
: Get the race schedule for a specific seasonget_session_results
: Get results for a specific sessionget_driver_standings
: Get driver championship standingsget_constructor_standings
: Get constructor championship standingsget_lap_times
: Get lap times for a specific session
推荐服务器

Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。