Server data from the Official MCP Registry
Access Formula 1 race data, telemetry, lap times, standings, and analytics powered by FastF1
Access Formula 1 race data, telemetry, lap times, standings, and analytics powered by FastF1
Valid MCP server (1 strong, 3 medium validity signals). 12 known CVEs in dependencies (1 critical, 6 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
3 files analyzed · 13 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Add this to your MCP configuration file:
{
"mcpServers": {
"mcp-server": {
"args": [
"f1-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
A Model Context Protocol (MCP) server that provides comprehensive Formula 1 data and analytics for Claude Desktop integration.
This server exposes 36+ tools for accessing F1 data:
git clone https://github.com/drivenrajat/f1.git
cd f1
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -e .
Add this server to your Claude Desktop MCP configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"f1": {
"command": "python",
"args": ["/path/to/f1/f1_server.py"]
}
}
}
Or if using uv:
{
"mcpServers": {
"f1": {
"command": "uv",
"args": ["run", "--directory", "/path/to/f1", "python", "f1_server.py"]
}
}
}
Once configured, you can ask Claude questions like:
The server automatically caches FastF1 data in a cache directory to improve performance on repeated queries.
MIT License - see LICENSE for details.
Contributions are welcome! Please feel free to submit a Pull Request.
Be the first to review this server!
by Modelcontextprotocol · File & Storage
Secure file operations with configurable access controls
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.