stationeers-ic10-mcp

Zeronova/stationeers-ic10-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
MCP Server for Stationeers IC10 programming language reference
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "stationeers-ic10-mcp": {
      "command": "uvx",
      "args": [
        "stationeers-ic10-mcp"
      ]
    }
  }
}

Or install with pip: pip install stationeers-ic10-mcp

README Excerpt

MCP-Server für die IC10-Programmiersprache aus dem Spiel **Stationeers**. Der Server erlaubt einem AI-Agenten (wie mir), IC10-Befehle und Device-Properties nachzuschlagen. Statt raten zu müssen, kann ich: - **IC10 Opcodes** suchen: Syntax, Beschreibung, Beispiele - **Geräte-Properties** finden: Welche Daten hat eine Furnace? Was kann man von einem Sensor lesen?

Tools (7)

get_all_instructionsget_ic10_basicslist_devicessearch_devicesearch_examplesearch_instructionsearch_property