What is the Web Resurrect MCP server?
Resurrect expired domains: scrape Wayback, AI-rewrite, generate images, publish to WordPress.
How to install Web Resurrect
Copy-paste configuration for popular MCP clients.
WEB_RESURRECT_API_KEYrequiredsecretWeb Resurrect API key (wr_live_xxx). Get one at https://web-resurrect.com/dashboard.
WEB_RESURRECT_BASE_URLAPI base URL. Defaults to https://web-resurrect.com (override only for self-hosted or staging).
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@web-resurrect/mcp"
],
"env": {
"WEB_RESURRECT_API_KEY": "<YOUR_WEB_RESURRECT_API_KEY>",
"WEB_RESURRECT_BASE_URL": "<YOUR_WEB_RESURRECT_BASE_URL>"
}
}
}
}{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@web-resurrect/mcp"
],
"env": {
"WEB_RESURRECT_API_KEY": "<YOUR_WEB_RESURRECT_API_KEY>",
"WEB_RESURRECT_BASE_URL": "<YOUR_WEB_RESURRECT_BASE_URL>"
}
}
}
}{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@web-resurrect/mcp"
],
"env": {
"WEB_RESURRECT_API_KEY": "<YOUR_WEB_RESURRECT_API_KEY>",
"WEB_RESURRECT_BASE_URL": "<YOUR_WEB_RESURRECT_BASE_URL>"
}
}
}
}{
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@web-resurrect/mcp"
],
"env": {
"WEB_RESURRECT_API_KEY": "<YOUR_WEB_RESURRECT_API_KEY>",
"WEB_RESURRECT_BASE_URL": "<YOUR_WEB_RESURRECT_BASE_URL>"
}
}
}
}claude mcp add mcp --env WEB_RESURRECT_API_KEY=<YOUR_WEB_RESURRECT_API_KEY> --env WEB_RESURRECT_BASE_URL=<YOUR_WEB_RESURRECT_BASE_URL> -- npx -y @web-resurrect/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.