Helldivers2 MCP

A stateless Model Context Protocol (MCP) server that exposes live Helldivers 2 galactic war data to LLMs. Its README documents 7 tools, including get_war_status, get_assignments, get_all_planets.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 2 · #395 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Helldivers2 MCP

before you install - you'll need

X_SUPER_CONTACT

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add xerno42-helldivers2-mcp --transport http https://mcp.avengersofsuperearth.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "xerno42-helldivers2-mcp": {
      "url": "https://mcp.avengersofsuperearth.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.avengersofsuperearth.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem · remote - your agent's requests go to mcp.avengersofsuperearth.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package helldivers2-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.xerno42 is GitHub-verified and matches the repo owner

03 · What Helldivers2 MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 7 documented tools, including get_war_status, get_assignments, get_all_planets, get_planet_details, get_dispatches.

The 7 tools it gives your agent

Extracted from the project's README - what helldivers2-mcp lets an agent do.

get_war_status
- Galaxy-wide war statistics (kills by faction, missions won/lost, accuracy, deaths, impact multiplier) and active planets with owner, player count, active events
get_assignments
- Active Major Orders with title, briefing, decoded task list (faction, difficulty, target planet), current progress numbers, reward type and amount, and time unt
get_all_planets
- Full planet list with IDs, names, and sectors
get_planet_details
- Detailed per-planet info: biome, hazards, initial/current owner, health, waypoints, active events, full combat statistics, attacking planets, and regions (up to
get_dispatches
- In-game dispatch feed - High Command broadcasts with published date (relative time) and message text; optional limit parameter (default 20, max 50)
get_steam_news
- Steam news for Helldivers 2 with title, URL, publish date (relative time), and full article content; optional limit parameter (default 10, max 30)
get_space_station_details
- DSS details: current host planet (full planet info), time until next election, and active tactical actions with name, description, status, planet effects, and r

04 · Who maintains Helldivers2 MCP

helldivers2-mcp is maintained by xerno42. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
other - ranked #395 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.xerno42/helldivers2-mcp (active, first published 2026-05-21 · 2 versions)
packages
npm:helldivers2-mcp · oci:docker.io/xerno42/helldivers2-mcp:latest

06 · Helldivers2 MCP FAQ

Is Helldivers2 MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21. We re-verify nightly.

What can Helldivers2 MCP do?

An agent gets 7 documented tools, including get_war_status, get_assignments, get_all_planets, get_planet_details, get_dispatches.

How do I install Helldivers2 MCP?

Run `npx -y helldivers2-mcp`. The README documents one environment variable (X_SUPER_CONTACT) to set first. You can also paste the ready-made client config above.

Does Helldivers2 MCP require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Helldivers2 MCP

More MCP servers to compare · Laugh Tale · Road Poneglyph · Claude Octopus · Codex Octopus · Skill Deck

More TypeScript MCP servers · Prompt Switchboard MCP Sidecar · Oculo · see all