mcpbeat Sign in

Doomwiki MCP Server

local only

Doomwiki MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Use this MCP server to the Doom Wiki. Every demon, weapon, level, and piece of Doom lore since...

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · doomwiki-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add doomwiki-mcp -- npx -y doomwiki-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "doomwiki-mcp": {
      "args": [
        "-y",
        "doomwiki-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.doomwiki-mcp]
command = "npx"
args = ["-y", "doomwiki-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "doomwiki-mcp": {
      "args": [
        "-y",
        "doomwiki-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "doomwiki-mcp": {
      "args": [
        "-y",
        "doomwiki-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Doomwiki MCP

same job, measured the same way
Tetriswiki MCP
by mrfentmen

Use this MCP server to the Tetris wiki, covering every game, piece, and technique in the...

local only
Wikisource MCP
by mrfentmen

Use this MCP server to searching and reading public-domain texts on Wikisource. Tools include...

local only
Dwarffortress MCP
by mrfentmen

Use this MCP server to the Dwarf Fortress wiki, !!FUN!! knowledge about the most complex game...

local only
poe-data-mcp - Path of Exile game data
by charleslucas

MCP server for Path of Exile game data: wiki, economy, and Craft of Exile lookups

57 installs/wk local only
Walkthrough MCP
by mrfentmen

Use this MCP server to retro game walkthroughs, FAQs, and cheats, backed by StrategyWiki's open...

local only
I
Ya Yandex Wiki MCP
by aponkratov

Yet Another Yandex Wiki MCP Server.

105 installs/wk local only
MCP Mediawiki
by crunchtools

Secure MCP server for MediaWiki wikis — search, pages, categories, and more

81 installs/wk local only
I
Yandex360 MCP
by pa1ch

MCP server for Yandex 360 services (Wiki, and more) — tools for AI assistants.

67 installs/wk local only

Doomwiki MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Doomwiki MCP?
Doomwiki MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package doomwiki-mcp.
Is Doomwiki MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Doomwiki MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls doomwiki-mcp straight from npm; nothing to host, nothing to sign up for.