Skip to content
VS Code

HOI4 Agent Tools for VS Code

io.github.klimpaskov/hoi4-agent-tools

Analyze HOI4 events, decisions, impact, tech, AI, and MTTH; build focus trees, GUIs, and maps.

client:VS Code transport:stdio runtime:npm

Install HOI4 Agent Tools in VS Code

.vscode/mcp.json

{
  "servers": {
    "hoi4-agent-tools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hoi4-agent-tools"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

HOI4 Agent Tools in other clients