MrJ-JMRI-MCP

HO44-PROJECT/MrJ-JMRI-MCP
★ 0 stars Python Code/Dev Tools Updated 5d ago
MCP server for JMRI - voice/chat control of DCC model railroads (xiaozhi, Claude, ...)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mrj-jmri-mcp": {
      "command": "uvx",
      "args": [
        "mrj-jmri-mcp"
      ]
    }
  }
}

Or install with pip: pip install mrj-jmri-mcp

README Excerpt

MCP (Model Context Protocol) server for [JMRI](https://www.jmri.org/) — control your DCC model railroad by voice or chat, through any MCP client: [xiaozhi](https://github.com/78/xiaozhi-esp32) voice assistants, Claude Desktop, Claude Code, etc. > **Status: early development.** The roadmap lives in the [project board](https://github.com/orgs/HO44-PROJECT/projects) and the [issues](../../issues).

Tools (1)

JMRI_URL