Web Resurrect for Cursor
io.github.web-resurrect/mcp
Resurrect expired domains: scrape Wayback, AI-rewrite, generate images, publish to WordPress.
client:Cursor
transport:stdio
runtime:npm
Install Web Resurrect in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@web-resurrect/mcp"
],
"env": {
"WEB_RESURRECT_API_KEY": "<WEB_RESURRECT_API_KEY>",
"WEB_RESURRECT_BASE_URL": "<WEB_RESURRECT_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs