HOI4 Agent Tools for Cursor
io.github.klimpaskov/hoi4-agent-tools
Analyze HOI4 events, decisions, impact, tech, AI, and MTTH; build focus trees, GUIs, and maps.
client:Cursor
transport:stdio
runtime:npm
Install HOI4 Agent Tools in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hoi4-agent-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hoi4-agent-tools"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs