mcp-retroarch
An MCP server for controlling RetroArch via its Network Control Interface, enabling memory read/write, save states, screenshots, emulator control, and gamepad input through the Network RetroPad protocol.
README
mcp-retroarch
MCP server for RetroArch — memory r/w, save states, screenshots, pause/frame-advance/reset via the Network Control Interface, plus gamepad input via the Network RetroPad protocol (UDP).
Inspired by dmang-dev/mcp-retroarch. Rewritten in Python to eliminate the npm git-install reliability issues that plagued the original TypeScript distribution (
npm install -g github:...produces a broken symlink on most systems due to a known npm bug).uv tool install git+...handles this correctly.
Requirements
- Python 3.13
- RetroArch with:
- Network Commands enabled for NCI tools (memory, save states, screenshots, emulator control)
- Network Gamepad enabled for input tools
Install
# Install as a persistent uv tool (recommended)
uv tool install git+https://github.com/pythoninthegrass/mcp-retroarch
# Or run ephemerally without installing
uvx --from git+https://github.com/pythoninthegrass/mcp-retroarch mcp-retroarch
RetroArch configuration
Network Commands (NCI — required for most tools)
In retroarch.cfg or via Settings → Network → Network Commands:
network_cmd_enable = "true"
network_cmd_port = "55355"
Network Gamepad (required for input tools)
In retroarch.cfg or via Settings → Input → Network Gamepad:
network_remote_enable = "true"
network_remote_base_port = "55400"
# Enable per player (p1 through p16)
network_remote_enable_user_p1 = "true"
Client configuration
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or
%APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"retroarch": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/pythoninthegrass/mcp-retroarch",
"mcp-retroarch"
]
}
}
}
If installed via uv tool install:
{
"mcpServers": {
"retroarch": {
"command": "mcp-retroarch"
}
}
}
Environment variables
| Variable | Default | Description |
|---|---|---|
RETROARCH_HOST |
127.0.0.1 |
RetroArch host for both NCI and RetroPad |
RETROARCH_PORT |
55355 |
NCI UDP port (network_cmd_port) |
RETROARCH_RETROPAD_HOST |
$RETROARCH_HOST |
Override host for Network Gamepad only |
RETROARCH_RETROPAD_BASE_PORT |
55400 |
Base port for Network Gamepad (network_remote_base_port); player N listens at base + N |
Tools
Connectivity & introspection
| Tool | Description |
|---|---|
retroarch_ping |
Verify NCI connectivity; returns RetroArch version |
retroarch_get_status |
Report playing/paused state, loaded system, game, and CRC32 |
retroarch_get_config |
Read a single RetroArch config parameter by name |
Memory
| Tool | Description |
|---|---|
retroarch_read_memory |
Read bytes via the libretro system memory map (preferred) |
retroarch_read_ram |
Read bytes via the CHEEVOS address space (fallback) |
retroarch_write_memory |
Write bytes via the libretro system memory map |
retroarch_write_ram |
Write bytes via the CHEEVOS address space (no acknowledgement) |
Emulator control
| Tool | Description |
|---|---|
retroarch_pause_toggle |
Toggle pause/unpause |
retroarch_frame_advance |
Step one frame (paused only) |
retroarch_reset |
Soft-reset the loaded game |
retroarch_screenshot |
Save a screenshot to RetroArch's screenshot directory |
retroarch_show_message |
Display an OSD notification on the RetroArch window |
Save states
| Tool | Description |
|---|---|
retroarch_save_state_current |
Save to currently-selected slot |
retroarch_load_state_current |
Load from currently-selected slot |
retroarch_load_state_slot |
Load from an explicit slot number (does not change the current-slot pointer) |
retroarch_state_slot_plus |
Increment current slot pointer |
retroarch_state_slot_minus |
Decrement current slot pointer |
Gamepad input (Network RetroPad)
| Tool | Description |
|---|---|
retroarch_input_press |
Latch one or more buttons down |
retroarch_input_release |
Release one or more buttons |
retroarch_input_release_all |
Zero all buttons and analog sticks in one packet |
retroarch_input_set_analog |
Set an analog stick's X/Y position |
retroarch_input_tap |
Press, hold for a duration, then release (everyday input) |
Valid RetroPad button names: b, y, select, start, up, down, left, right, a, x, l, r, l2, r2, l3, r3.
On PlayStation cores: b=Cross, a=Circle, y=Square, x=Triangle.
See docs/RECIPES.md for usage patterns.
Development
# Install with dev dependencies
uv sync
# Run tests
uv run pytest
# Format and lint
uv run ruff format .
uv run ruff check .
Docker
docker build -t mcp-retroarch .
docker run --rm -i \
-e RETROARCH_HOST=host.docker.internal \
mcp-retroarch
License
MIT — see LICENSE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。