
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
f1-mcp
Advanced tools
MCP server for Formula 1 data - provides F1 telemetry, race results, standings, and analytics for Claude Desktop
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.
FAQs
MCP server for Formula 1 data - provides F1 telemetry, race results, standings, and analytics for Claude Desktop
The pypi package f1-mcp receives a total of 27 weekly downloads. As such, f1-mcp popularity was classified as not popular.
We found that f1-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.