terraforming-mars-mcp

Gamrix/terraforming-mars-mcp
★ 0 stars Python AI/LLM Updated today
A Terraforming Mars MCP server (WIP)
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": {
    "terraforming-mars-mc": {
      "command": "uvx",
      "args": [
        "terraforming-mars-mcp"
      ]
    }
  }
}

Or install with pip: pip install terraforming-mars-mcp

README Excerpt

MCP server for controlling a player in an existing Terraforming Mars game. This project bridges agent tool calls to the Terraforming Mars Open Source Server (`tm-oss-server`) API, so an MCP-compatible client can inspect game state and submit legal actions. Status: beta / work in progress. - Python 3.11+

Tools (12)

configure_sessionget_game_stateget_mars_board_stateget_my_hand_cardsget_my_played_cardspay_for_project_cardselect_claimed_underground_tokensselect_colonyselect_global_eventselect_production_to_losesubmit_and_optionswait_for_turn