mcpbeat Sign in

Archive Org MCP Server

local only

Archive Org MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Internet Archive search, item metadata, and Wayback snapshots.

Installs / week
npm · archive-org-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Archive Org MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add archive-org-mcp -- npx -y archive-org-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "archive-org-mcp": {
      "args": [
        "-y",
        "archive-org-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.archive-org-mcp]
command = "npx"
args = ["-y", "archive-org-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "archive-org-mcp": {
      "args": [
        "-y",
        "archive-org-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "archive-org-mcp": {
      "args": [
        "-y",
        "archive-org-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Archive Org MCP

same job, measured the same way
Internet Archive MCP Server
by cyanheads

Search the Wayback Machine and IA library (40M+ items), fetch snapshots, item metadata, and text.

403 installs/wk local only
Wayback
by pipeworx-io

Internet Archive Wayback Machine MCP.

34 tools answering
MCP Archiveorg
by smeet666

Search inside digitised books, browse the Internet Archive catalogue and read Wayback captures.

181 installs/wk local only
Open Library
by 8ensmith

Search books and authors on the Internet Archive's Open Library

157 installs/wk local only
MCP Books
by smeet666

Search the Internet Archive, the Library of Congress and data.bnf.fr at once, in one answer.

65 installs/wk local only
2b2t Atlas
by bobymicjohn

Search 2b2t locations, groups, highways, renders, Archive warps, and WDL metadata.

25 tools answering
C
Book Search (Open Library)
by invokera

Search books and authors across Open Library, the Internet Archive open catalog.

2 tools answering
Zotero MCP
by kujenga

Search your Zotero library, retrieve item metadata, and read full text from AI assistants.

1 193 installs/wk local only

Archive Org MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Archive Org MCP?
Archive Org MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package archive-org-mcp.
How do I connect Archive Org MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls archive-org-mcp straight from npm; nothing to host, nothing to sign up for.
Is Archive Org MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.