mcpbeat Sign in

Open Library MCP Server

local only

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

Open Library search, works, authors, editions, and ISBN.

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

Alternatives to Open Library MCP

same job, measured the same way
MCP Databnf
by smeet666

Search the BnF open catalogue: authors, works, editions and links to what is digitised.

163 installs/wk local only
Open Library
by 8ensmith

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

157 installs/wk local only
C
Book Search (Open Library)
by invokera

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

2 tools answering
Openlibrary MCP Server
by cyanheads

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

214 installs/wk 10 tools answering
I
Book Metadata
by vetnet183

Search Google Books and Open Library for book metadata, covers, and publication info.

118 installs/wk local only
Saba Bible MCP
by jra-zachpennington

Install Saba's open Bible library, search it, and read scripture.

local only
Wet MCP
by n24q02m

Open-source MCP server for AI agents: web search, content extraction, and library docs.

3 069 installs/wk local only
Openalex MCP
by mrfentmen

Use this MCP server to OpenAlex scholarly works, authors, institutions, and citations. Tools...

local only

Open Library MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Open Library MCP?
Open Library 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 open-library-mcp.
How do I connect Open Library 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 open-library-mcp straight from npm; nothing to host, nothing to sign up for.
Is Open Library 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.