archives-mcp

nestordemeure/archives-mcp
★ 0 stars Python Memory/Knowledge Updated today
MCP server for Archives.org
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "archives-mcp": {
      "command": "uvx",
      "args": [
        "archives-mcp"
      ]
    }
  }
}

Or install with pip: pip install archives-mcp

README Excerpt

MCP server for [Internet Archive](https://archive.org/). Search digitized books and documents, accessing their full OCR text: - **search_archive**: Full-text search across document contents. Returns paginated results (100 docs/page) with text snippets showing matches in context. Supports complex queries with AND/OR/NOT operators, exact phrases, and optional collection filtering.

Topics

archivesmcp-server