streamable-httpMITupdated 9d ago
F1Laps records and analyzes laps from the official F1 games. The F1Laps MCP connects a F1Laps account to ChatGPT, Claude, and other compatible assistants, so they can answer questions using the laps and sessions saved in that account.
What can you do with F1Laps?
F1Laps MCP
F1Laps records and analyzes laps from the official F1 games. The F1Laps MCP connects a F1Laps account to ChatGPT, Claude, and other compatible assistants, so they can answer questions using the laps and sessions saved in that account.
The hosted server address is:
https://www.f1laps.com/mcp
The connection is read-only. It cannot edit or delete laps, sessions, seasons, or setups.
What you can ask
The F1Laps MCP can help an assistant:
- Find recent, fastest, or telemetry-enabled laps.
- Summarize best times and progress by track across supported F1 game years.
- Compare a lap with a personal best, session best, selected lap, or the fastest eligible public leaderboard lap.
- Review sector and driving-data differences when accessible telemetry is available.
- Compare a saved setup with relevant community results and common setup ranges.
- Estimate an AI difficulty from a lap time.
Example questions:
- "Compare my latest Monaco lap with my personal best."
- "Compare my fastest Silverstone lap with the fastest public leaderboard lap."
- "Show my best time at each track and where I improved this month."
- "Compare my setup with the community range for this track."
Connect the F1Laps MCP
Follow the F1Laps MCP connection guide for current ChatGPT and Claude steps.
In any compatible client:
- Add a custom MCP server or connector.
- Enter
https://www.f1laps.com/mcpexactly, without a trailing slash. - Sign in on the F1Laps screen.
- Review and approve read-only access.
You do not need a separate API key or client secret. Never paste your F1Laps password or an access token into an assistant.
Account access
Every registered F1Laps account can use lap and session summaries, progress statistics, community setups, and the AI Difficulty Calculator through the F1Laps MCP.
Detailed telemetry needs a Champion plan, an active Champion trial, or eligible legacy access. Summary and setup features remain available without detailed telemetry.
About this repository
This repository contains public distribution metadata and connection examples for the hosted F1Laps MCP server. The hosted service itself is not open source, and its code, configuration, and credentials are not published here.
The MIT license applies only to the files in this repository.
| File | Purpose |
|---|---|
server.json |
Metadata for the official MCP Registry |
examples/ |
Example questions and client configuration |
CHANGELOG.md |
Public metadata versions |
SECURITY.md |
Vulnerability-reporting guidance |
PRIVACY.md |
Privacy summary and binding policy link |
Links
- F1Laps MCP help
- F1Laps MCP launch article
- F1Laps privacy policy
- F1Laps terms of service
- F1Laps support
Support email: contact@f1laps.com
Install
Add F1Laps to your client. Pick the one you use.
claude mcp add --transport http f1laps https://www.f1laps.com/mcpcodex mcp add f1laps --url https://www.f1laps.com/mcp{
"mcpServers": {
"f1laps": {
"url": "https://www.f1laps.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"f1laps": {
"type": "http",
"url": "https://www.f1laps.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"f1laps": {
"url": "https://www.f1laps.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"f1laps": {
"serverUrl": "https://www.f1laps.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 2 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 30, 2026 |