mcpbeat Sign in

Web Resurrect MCP Server

by web-resurrect Your server? Claim it
local only

Web Resurrect runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 4 May 2026.

Resurrect expired domains: scrape Wayback, AI-rewrite, generate images, publish to WordPress.

Installs per day peak 39 · avg 9 · +79% w/w
a month agotoday
47
Installs / week
npm · @web-resurrect/mcp
0
Stars
0 open issues
4 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Web Resurrect every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp -- npx -y @web-resurrect/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@web-resurrect/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@web-resurrect/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@web-resurrect/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@web-resurrect/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WEB_RESURRECT_API_KEY (Web Resurrect API key (wr_live_xxx). Get one at https://web-resurrect.com/dashboard.), WEB_RESURRECT_BASE_URL (API base URL. Defaults to https://web-resurrect.com (override only for self-hosted or staging).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Web Resurrect

same job, measured the same way
Nodebench
by homenshum

260 MCP tools across 49 domains. AI Flywheel, quality gates, research, web scraping.

303 installs/wk local only
Decodo
by decodo

Enable your AI agents to scrape and parse web content dynamically, including geo-restricted sites

324 installs/wk local only
Superhighway MCP
by patwalls

Web search for AI agents — 5 tools: search, news, images, scrape, research. x402/USDC or API key.

51 installs/wk local only
Tooltrace
by tooltrace

Web tools for AI agents: scrape pages to Markdown, audit SEO, detect tech stacks, check sitemaps

52 installs/wk 7 tools answering
I
Perpage MCP Server
by cal-dev-tech

Give AI agents clean, LLM-ready web data — scrape any URL to markdown or extract structured JSON.

39 installs/wk local only
Auxiliar MCP
by tlalvarez

Web access for AI agents — search/scrape/extract/crawl via the auxiliar.ai gateway.

local only
Scraper API
by scraper-api

One API for public web data across social, directories and real estate, as clean JSON.

answering
Scrapfly
by scrapfly-mcp

Scrape any website, extract structured data, and collect web content at scale with AI agents

96 installs/wk local only

Web Resurrect — questions

Answers built from our own checks of this server.

Why is there no uptime for Web Resurrect?
Web Resurrect 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 @web-resurrect/mcp was installed 47 times last week.
How do I connect Web Resurrect?
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 @web-resurrect/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Web Resurrect?
The npm package @web-resurrect/mcp was installed 47 times in the last week. Week over week that is +79%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Web Resurrect open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.