Web Resurrect for Grok
io.github.web-resurrect/mcp
Resurrect expired domains: scrape Wayback, AI-rewrite, generate images, publish to WordPress.
client:Grok
transport:stdio
runtime:npm
Install Web Resurrect in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs