← Index

io.github.gunnargrosch/doom-mcp

io.github.gunnargrosch/doom-mcp·v0.1.3·Developer Tools
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "doom-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "doom-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "doom-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "doom-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y doom-mcp
§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Developer Tools