What is the Wayback Machine MCP server?
MCP server and CLI tool for interacting with the Wayback Machine without API keys
How to install Wayback Machine
Copy-paste configuration for popular MCP clients.
WAYBACK_ACCESS_KEYsecretInternet Archive S3 access key for higher SPN2 rate limits. Optional — anonymous mode works without it.
WAYBACK_SECRET_KEYsecretInternet Archive S3 secret key for higher SPN2 rate limits. Optional — anonymous mode works without it.
{
"mcpServers": {
"mcp-wayback-machine": {
"command": "npx",
"args": [
"-y",
"mcp-wayback-machine"
],
"env": {
"WAYBACK_ACCESS_KEY": "<YOUR_WAYBACK_ACCESS_KEY>",
"WAYBACK_SECRET_KEY": "<YOUR_WAYBACK_SECRET_KEY>"
}
}
}
}{
"mcpServers": {
"mcp-wayback-machine": {
"command": "npx",
"args": [
"-y",
"mcp-wayback-machine"
],
"env": {
"WAYBACK_ACCESS_KEY": "<YOUR_WAYBACK_ACCESS_KEY>",
"WAYBACK_SECRET_KEY": "<YOUR_WAYBACK_SECRET_KEY>"
}
}
}
}{
"mcpServers": {
"mcp-wayback-machine": {
"command": "npx",
"args": [
"-y",
"mcp-wayback-machine"
],
"env": {
"WAYBACK_ACCESS_KEY": "<YOUR_WAYBACK_ACCESS_KEY>",
"WAYBACK_SECRET_KEY": "<YOUR_WAYBACK_SECRET_KEY>"
}
}
}
}{
"servers": {
"mcp-wayback-machine": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-wayback-machine"
],
"env": {
"WAYBACK_ACCESS_KEY": "<YOUR_WAYBACK_ACCESS_KEY>",
"WAYBACK_SECRET_KEY": "<YOUR_WAYBACK_SECRET_KEY>"
}
}
}
}claude mcp add mcp-wayback-machine --env WAYBACK_ACCESS_KEY=<YOUR_WAYBACK_ACCESS_KEY> --env WAYBACK_SECRET_KEY=<YOUR_WAYBACK_SECRET_KEY> -- npx -y mcp-wayback-machineRelated 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.