Skip to content
Cline

doom mcp for Cline

io.github.gunnargrosch/doom-mcp

Play DOOM via MCP - works with Claude Code, Cursor, and any MCP client

client:Cline transport:stdio runtime:npm

Install doom mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "doom-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "doom-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

doom mcp in other clients