mcpbeat Sign in

MCP Libraryofcongress MCP Server

local only

MCP Libraryofcongress runs on your own machine — the client starts it, so there is no endpoint to ping. 162 installs a week from npm. Last commit 21 Sep 2026.

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

Installs per day peak 181 · avg 21
a month agotoday
162
Installs / week
npm · mcp-libraryofcongress
0
Stars
1 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Libraryofcongress 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 mcp-libraryofcongress -- npx -y mcp-libraryofcongress
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-libraryofcongress": {
      "args": [
        "-y",
        "mcp-libraryofcongress"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-libraryofcongress]
command = "npx"
args = ["-y", "mcp-libraryofcongress"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-libraryofcongress": {
      "args": [
        "-y",
        "mcp-libraryofcongress"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-libraryofcongress": {
      "args": [
        "-y",
        "mcp-libraryofcongress"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LOC_USER_AGENT (Identify your own client. The project's own identifier is appended, so the Library can always reach a human.), LOC_MIN_INTERVAL_MS (Minimum milliseconds between requests. Default 6000, floor 3000.), LOC_TIMEOUT_MS (Deadline for one catalogue, record or collection request, in milliseconds. Default 30000.), LOC_NEWSPAPER_TIMEOUT_MS (Deadline for one search_newspapers request, in milliseconds. The full-text corpus answers in tens of seconds. Default 90000.), LOC_LOG_LEVEL (silent, error, info or debug. Default error. Logs go to stderr.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Libraryofcongress

same job, measured the same way
Loc MCP
by mrfentmen

Search the Library of Congress collections. No key required.

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
MCP Archiveorg
by smeet666

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

181 installs/wk local only
Nasa Images MCP
by mrfentmen

Search the NASA image and video library. No key required.

local only
C
Book Search (Open Library)
by invokera

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

2 tools answering
ddbx — insider dealings
by jonwillington

Search rated insider dealings across the UK, US, Sweden, Netherlands and US Congress.

6 tools answering
BAM Kaarsen catalog
by realbam

Search and browse the BAM Kaarsen candle catalog and white-label offering. Read-only, no auth.

4 tools answering
Calibre-Web
by ni-c

Read-only MCP server for Calibre-Web: library search, browsing and covers via the OPDS feed

56 installs/wk local only

MCP Libraryofcongress — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Libraryofcongress?
MCP Libraryofcongress 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-libraryofcongress was installed 162 times last week.
How do I connect MCP Libraryofcongress?
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-libraryofcongress straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Libraryofcongress?
The npm package mcp-libraryofcongress was installed 162 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Libraryofcongress open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.