Open Library MCP server
Search books and authors on the Internet Archive's Open Library
94 stars159 downloads/wk
Reviews
Write oneNobody has reviewed Open Library yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Open Library tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan37 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 17 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Open Library repository's README, as published. We do not edit it. Read it on GitHub
MCP Open Library
A Model Context Protocol (MCP) server for the Open Library API that enables AI assistants to search for book and author information.
Overview
This project implements an MCP server that provides tools for AI assistants to interact with the Open Library. It allows searching the catalogue by title, author, subject and other fields, searching for authors by name, retrieving detailed author information using their Open Library key, and getting URLs for book covers and author photos. The server returns JSON projections of the Open Library responses rather than the raw payloads.
Features
- Book Search: Search across titles, authors, subjects, places, people, publishers and ISBNs, with sorting and paging (search_books).
- Book Search by Title: Search for books using their title (getbookby_title).
- Author Search by Name: Search for authors using their name, with paging (getauthorsby_name).
- Get Author Details: Retrieve detailed information for a specific author using their Open Library key (getauthorinfo).
- Get Author Photo: Get the URL for an author's photo using their Open Library ID (OLID) (getauthorphoto).
- Get Book Cover: Get the URL for a book's cover image using various identifiers (ISBN, OCLC, LCCN, OLID, ID) (getbookcover).
- Get Book by ID: Retrieve detailed book information using various identifiers (ISBN, LCCN, OCLC, OLID) (getbookby_id).
Search results are paged — every search tool returns at most limit results (default 10, maximum 50) alongside num_found, the total number of matches, which you page through with offset (maximum 1000). The two cover tools check that an image actually exists and say so when it does not, rather than handing back a URL that resolves to a blank placeholder.
Every tool is a read-only lookup and advertises itself as such with the readOnlyHint and openWorldHint annotations, which may allow a client to skip the confirmation prompt it shows for tools that could change something. These are hints: the MCP specification has clients treat annotations as untrusted unless the server is trusted, so the confirmation policy is the client's to decide. Failures — an unreachable API, a rejected argument — come back as a tool result flagged isError, so an assistant can read what went wrong and correct its next call rather than the request failing outright.
Installation
Quick Start
Nothing to install or build. Point an MCP client at the package with npx and it will be fetched on first run:
{
"mcpServers": {
"mcp-open-library": {
"command": "npx",
"args": ["-y", "mcp-open-library"]
}
}
}Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y mcp-open-library on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add mcp-open-library -- npx -y mcp-open-library
Open Library: common questions
- Is Open Library MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Open Library safety report
- How do I install Open Library?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Open Library need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Open Library maintained?
- The last commit was 17 days ago (2026-09-03). The latest release is v1.2.2.
- What can I use instead of Open Library?
- Servers from other publishers that do the same job: LetsFG — Flights & Hotels MCP server, Zotero MCP server and Endnote MCP server. Compare all Open Library alternatives.
Alternatives to Open Library
Same job from other publishers: the closest match first, then the best rated.
- LetsFG — Flights & HotelsSearch and book flights and hotels: hundreds of airlines, plus bookable hotel rates.not reviewedEstablishedA
Zotero MCPSearch, read, annotate, and add to your Zotero research library, local or web.not reviewedEstablishedB- EndnoteSearch, cite, and read PDFs from your EndNote library in Claude Desktopnot reviewedGrowingA
- Semantic Scholar MCP ServerMCP server for the Semantic Scholar API: search 200M+ papers, citations, authors, recommendations.not reviewedGrowingB
- Books & Papers MCP ServerFederated search of books and papers, BibTeX/RIS citations, open-access retrieval and reading.not reviewedGrowingA