fastf1-mcp-server
Related Servers
Alternatives to fastf1-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceA local MCP server that gives Claude (or any MCP-compatible AI client) access to Formula 1 race data. Load any session from 2018 onwards, ask questions in natural language, and get answers backed by real telemetry, timing, and strategy data.171MIT
- AlicenseNot gradedqualityCmaintenanceProvides comprehensive Formula 1 data and analytics for Claude Desktop, including race results, telemetry, standings, and strategy insights through 36+ tools.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Formula 1 data through LLM interfaces like Claude. Provides access to F1 information including circuits, constructors, drivers, grand prix, manufacturers, races, and seasons.Apache 2.0
- AlicenseAqualityDmaintenanceA Model Context Protocol server that provides comprehensive Formula One racing data, enabling access to event schedules, driver information, telemetry data, race results, and performance analytics through natural language queries.81MIT
- AlicenseBqualityDmaintenanceProvides 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.5MIT

mcp-f1official
AlicenseNot gradedqualityCmaintenanceProvides Formula 1 data via the Ergast API, enabling users to check current standings, get race results, view the season schedule, and look up driver profiles.5 npmMIT
TDQS
Scored across 21 tools
Most tools target distinct data types, but there are real overlaps: get_schedule/list_events are near-duplicates, get_driver_info/list_drivers both list drivers, and get_race_results_historical/get_session_results split by era. The descriptions mitigate some confusion, but an agent could still select the wrong tool for calendar or driver listing tasks.
The dominant get_<noun> pattern is consistent and readable across most tools. However, list_events, list_drivers, and clear_cache break the pattern, and the get_driver_info vs. list_drivers pairing makes the get_/list_ split feel arbitrary.
21 tools is in the heavy range for an MCP server, and the F1 domain is broad enough that most tools earn their place. Still, the redundant get_schedule/list_events pair adds unnecessary surface area, pushing the count above the ideal range.
The server covers the core read-only F1 workflow well: calendar, standings, drivers, results, lap times, telemetry, qualifying, pit stops, speed traps, and stints. Minor gaps exist, such as no constructor info tool, no detailed session schedule, and no historical telemetry, but common workflows have no dead ends.