Doom MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 114 installs a week from npm. Last commit 14 Mar 2026.
Play DOOM via MCP - works with Claude Code, Cursor, and any MCP client
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add doom-mcp -- npx -y doom-mcp
{
"mcpServers": {
"doom-mcp": {
"args": [
"-y",
"doom-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.doom-mcp]
command = "npx"
args = ["-y", "doom-mcp"]
{
"mcpServers": {
"doom-mcp": {
"args": [
"-y",
"doom-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"doom-mcp": {
"args": [
"-y",
"doom-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.