← Index

Wayback Machine

io.github.Mearman/mcp-wayback-machine·v3.0.1·Other
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "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>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "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>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-wayback-machine
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other