mcpbeat

MCP Archiveorg MCP Server

local only

MCP Archiveorg runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 6 Aug 2026.

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

Installs / week
npm · mcp-archiveorg
0
Stars
0 open issues
6 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

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 mcp-archiveorg -- npx -y mcp-archiveorg
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-archiveorg": {
      "args": [
        "-y",
        "mcp-archiveorg"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-archiveorg]
command = "npx"
args = ["-y", "mcp-archiveorg"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-archiveorg": {
      "args": [
        "-y",
        "mcp-archiveorg"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-archiveorg": {
      "args": [
        "-y",
        "mcp-archiveorg"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Archiveorg

same job, measured the same way
C
Book Search (Open Library)
by invokera

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

2 tools answering
MCP Libraryofcongress
by smeet666

Search inside scanned US newspapers and browse the Library of Congress catalogue. No API key.

local only
Plati.Market
by plati-mcp

Search the plati.market (Digiseller) catalogue and fetch product details with seller info.

2 tools answering
Wayback
by pipeworx-io

Internet Archive Wayback Machine MCP.

34 tools answering
Audiobookshelf
by sierikov

Browse libraries, search books, and control playback in your self-hosted Audiobookshelf instance.

local only
Nyuchi Docs
by nyuchi

Search, read, and ask the Nyuchi docs (docs.nyuchi.com); send feedback or raise issues.

20 installs/wk 5 tools answering
Openlibrary MCP Server
by cyanheads

Search books and authors, fetch editions, browse subjects, and resolve cover images.

201 installs/wk 10 tools answering
MCP Server Clawhub
by aiwerk

ClawHub.ai skill catalog: search, browse, inspect, and download skills (token unlocks publish).

71 installs/wk local only

MCP Archiveorg — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Archiveorg?
MCP Archiveorg 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 mcp-archiveorg.
How do I connect MCP Archiveorg?
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 mcp-archiveorg straight from npm; nothing to host, nothing to sign up for.
Is MCP Archiveorg open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.