iRacing MCP
@musantro
关于 iRacing MCP
A model context protocol server to chat with iRacing data.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"iracing-mcp": {
"command": "uvx",
"args": [
"iracing-mcp"
],
"env": {
"IRACING_USERNAME": "your username",
"IRACING_PASSWORD": "your-password"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is iRacing MCP?
iRacing MCP is a Python‑based project that integrates the iRacing simulation service with the Model Context Protocol (MCP). It provides tools and resources to retrieve iRacing data, such as driver statistics and iRating charts, for building custom applications.
How to use iRacing MCP?
Set the environment variables IRACING_USERNAME and IRACING_PASSWORD with your iRacing credentials (legacy authentication must be enabled), then run uvx iracing-mcp. Configuration examples for VS Code and Claude Desktop are provided in the README. The server is known to work with VS Code; other MCP clients have not been tested.
Key features of iRacing MCP
- Retrieve iRacing profile statistics.
- Get iRating chart for any category.
- Python‑based, easy to install with
uv. - Integrates with MCP‑compatible clients (VS Code, Claude Desktop).
Use cases of iRacing MCP
- Build a custom dashboard showing your iRacing stats.
- Automate checking iRating trends across different categories.
- Extend an MCP‑enabled assistant with iRacing data retrieval.
- Develop a tool that combines iRacing metrics with other services.
FAQ from iRacing MCP
What is iRacing MCP used for?
It allows MCP‑compatible applications to access iRacing data, such as profile statistics and iRating charts, for custom tooling and automation.
Do I need an iRacing subscription?
Yes, you need an active iRacing account with legacy authentication enabled. The server uses that account’s credentials to fetch data.
What are the runtime requirements?
You need uv (installed separately) and valid iRacing credentials. No additional databases or servers are required.
Which MCP clients are supported?
The author has tested only VS Code; configuration examples for Claude Desktop are also provided. Other MCP clients may work but are not documented.
Does the server store any data?
No. The server fetches live data from iRacing on each request and does not persist any information locally.
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome Mlops
visengerA curated list of references for MLOps
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论