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
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
postinstall: node bin/postinstall.js
этот файл ставится пользователю, но в репозитории его нет
const child = spawn(binaryPath, process.argv.slice(2), {
const binaryPath = path.join(__dirname, "..", "engine", binaryName);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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"
}
}
}
Long-term memory for Claude Code, Cursor and any MCP client, with a searchable web dashboard.
OzBridge: run Warp Oz agents from any MCP client — Claude Code, Cursor, Codex, VS Code.
Send WhatsApp messages from Cursor, Claude Code, and Codex via MCP.
Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client.
Talk to your Oden AI todo and calendar account from Claude Code, Cursor, or any MCP client.
A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code
AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor
Karea task manager - 49 tools for Claude Code, Cursor, and other MCP clients.
Answers built from our own checks of this server.