Open Library MCP Server
Open Library MCP Server
Overview
This project is a Model Context Protocol (MCP) server built with TypeScript. It connects AI assistants to the Open Library API for searching books and authors, retrieving metadata, comparing works, and finding text snippets inside books.
Technologies Used
TypeScript
Node.js
Model Context Protocol (MCP)
Open Library API
Installation
npm installBuild
npm run buildRun
npm startThe server uses stdio transport. Point your MCP client at dist/index.js.
Available MCP Tools
Search
Tool | Parameters | Description |
|
| Search books by title, author, or keyword |
|
| Search authors by name |
|
| Search inside books for text snippets |
Books & works
Tool | Parameters | Description |
|
| Full work record by Open Library work ID |
|
| Book details by ISBN-10 or ISBN-13 |
|
| List editions for a work |
|
| Aggregate reader ratings for a work |
|
| Concise metadata summary (title, description, subjects, etc.) |
|
| Side-by-side comparison of two works |
Authors
Tool | Parameters | Description |
|
| Author biography and profile by ID |
|
| Author bibliography |
Subjects
Tool | Parameters | Description |
|
| Books and trends for a subject/topic |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jay1234624/open-library-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server