Home › Other › Wayback Machine

Wayback Machine

MCP server and CLI tool for interacting with the Wayback Machine without API keys

TypeScript
★ 54 stars Last pushed 2026-08-10 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.7.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-wayback-machine": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "WAYBACK_ACCESS_KEY": "<YOUR_VALUE>",
        "WAYBACK_SECRET_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • WAYBACK_ACCESS_KEY secret — Internet Archive S3 access key for higher SPN2 rate limits. Optional — anonymous mode works without it.
  • WAYBACK_SECRET_KEY secret — Internet Archive S3 secret key for higher SPN2 rate limits. Optional — anonymous mode works without it.

Related servers

Data from the Official MCP Registry