formula1-mcp
The Formula1 MCP Server is a TypeScript server designed to deliver real-time and historical Formula 1 racing data using the Model Context Protocol. It features comprehensive data access, including live telemetry and standings, supporting enthusiasts and developers interested in F1 analytics.
How do I install the Formula1 MCP Server?
You can install it via Smithery using the command npx -y @smithery/cli install @Panth1823/formula1-mcp --client claude
or manually by cloning the repository and running npm install
followed by npm run build
.
What data can I access with the Formula1 MCP Server?
You can access real-time telemetry, historical race results, driver and constructor standings, weather data, and circuit information.
How do I configure the server in my MCP client?
Add the server configuration to your MCP client config file, specifying the command, arguments, and working directory for the server.
What are the available tools in the Formula1 MCP Server?
The server provides tools like getLiveTimingData
, getCurrentSessionStatus
, getDriverInfo
, getHistoricalSessions
, and getHistoricRaceResults
among others.
Where can I report bugs or issues?
You can report bugs or issues on the project's GitHub page under the issues section.