MCP server for iRacing
Project description
iRacing MCP Server
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iracing_mcp_server-0.1.2.tar.gz.
File metadata
- Download URL: iracing_mcp_server-0.1.2.tar.gz
- Upload date:
- Size: 29.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12f48789f74d0bddf2ed9ec71c8d2ecbcb2c8ad979fd2efba82bcc81b48627c0
|
|
| MD5 |
7e4fdb1bb20d46fd478bed41bfd2fbc8
|
|
| BLAKE2b-256 |
e9f5f2c7ef37b78843305c74b5bfdc9ca056078d130030b6fdb8e490dcd2ded0
|
File details
Details for the file iracing_mcp_server-0.1.2-py3-none-any.whl.
File metadata
- Download URL: iracing_mcp_server-0.1.2-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9385b0deddb2d64b489c04414cb36e8fd51ee7f64d5fea491f2b17022c19a1b1
|
|
| MD5 |
77f3bb07f48a0013caaa1565c59f97e5
|
|
| BLAKE2b-256 |
6110a979f769aa3213762c209b7e11ff59287daad2059461e9e4732acf9af9e0
|