IRacing Server
БесплатноНе проверенEnables AI assistants to access real-time iRacing telemetry, race information, camera control, pit operations, and replay features through the MCP protocol.
Описание
Enables AI assistants to access real-time iRacing telemetry, race information, camera control, pit operations, and replay features through the MCP protocol.
README
An MCP (Model Context Protocol) server for accessing iRacing telemetry data and game functionality.
Overview
This project provides real-time telemetry data, leaderboard information, camera control, pit commands, replay functionality, and more from iRacing through the MCP protocol. It enables AI assistants and other applications to easily access iRacing data.
Key Features
📊 Telemetry Data
- Retrieve real-time telemetry values
- Get list of available telemetry variables
🏁 Race Information
- Get leaderboard (competitive positions only)
- Access driver information, session information, weekend information, and split time information
- Monitor current flags and engine warnings
📹 Camera Control
- Get available camera groups
- Switch cameras (by car number, position, group specification)
- Check current camera status
🔧 Pit Operations
- Check pit service status
- Execute pit commands (refueling, tire changes, repairs, etc.)
- Manage safe pit operations
🎬 Replay Features
- Search and navigate replays
- Move between sessions, laps, and frames
- Jump to incident markers
Requirements
- Python 3.13 or higher
- iRacing (must be running)
- uv
Usage
1. Configure mcp.json
{
"mcpServers": {
"iracing-mcp-server": {
"command": "uvx",
"args":["iracing-mcp-server"]
}
}
}
Available Tools
Telemetry Related
get_telemetry_names()- Get available telemetry variablesget_telemetry_values(names)- Get specified telemetry values
Race Information
get_leaderboard()- Get leaderboardget_driver_info()- Get driver informationget_session_info()- Get session informationget_qualify_results_info()- Get qualification results informationget_weekend_info()- Get weekend informationget_split_time_info()- Get split time informationget_radio_info()- Get radio infomationget_current_flags()- Get current flagsget_current_engine_warnings()- Get engine warnings
Camera Control
get_camera_info()- Get camera informationget_current_camera_status()- Get current camera statuscam_switch(group_number, car_number_raw, position)- Switch camera
Pit Operations
get_current_pit_service_status()- Get current pit service statuspit_command(commands_and_values)- Execute pit command
Replay Features
replay_search(search_commands)- Search and navigate replay
Development
Dependencies
mcp[cli]>=1.12.2- MCP protocol implementationpyirsdk>=1.3.5- iRacing SDK Python bindings
Project Structure
iracing-mcp-server/
├── src/iracing_mcp_server/
│ ├── __init__.py # Main entry point
│ ├── server.py # MCP server implementation
│ ├── leaderboard.py # Leaderboard processing
│ └── prompt.py # Prompt templates
├── pyproject.toml # Project configuration
└── README.md # This file
License
This project is released under the MIT License.
Acknowledgments
Установка IRacing Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ellettie/iracing-mcp-serverFAQ
IRacing Server MCP бесплатный?
Да, IRacing Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для IRacing Server?
Нет, IRacing Server работает без API-ключей и переменных окружения.
IRacing Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить IRacing Server в Claude Desktop, Claude Code или Cursor?
Открой IRacing Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare IRacing Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
