A Model Context Protocol (MCP) server for the Internet Archive's Open Library API that enables AI assistants to search for book and author information.
{
"mcpServers": {
"mcp-open-library": {
"args": [
"-y",
"@smithery/cli"
],
"command": "npx"
}
}
}A Model Context Protocol (MCP) server for the Internet Archive's Open Library API that enables AI assistants to search for book and author information.
Is it safe?
No known CVEs for @smithery/cli.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 58 days ago. 66 stars. 19,929 weekly downloads.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
6 tools. ~500 tokens (0.3% of 200K).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y @smithery/cli 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
get_book_by_titleSearch for book information by title
get_authors_by_nameSearch for author information by name
get_author_infoGet detailed information for a specific author using their Open Library Author Key
get_author_photoGet the URL for an author's photo using their Open Library Author ID (OLID)
get_book_coverGet the URL for a book's cover image using a specific identifier (ISBN, OCLC, LCCN, OLID, or ID)
get_book_by_idGet detailed book information using a specific identifier (ISBN, LCCN, OCLC, or OLID)
This server is missing a description.If you've used it, help the community.
Add informationLast scanned 10h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.