Open Library Server
БесплатноНе проверенConnects AI assistants to the Open Library API for searching books and authors, retrieving metadata, and comparing works.
Описание
Connects AI assistants to the Open Library API for searching books and authors, retrieving metadata, and comparing works.
README
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 install
Build
npm run build
Run
npm start
The server uses stdio transport. Point your MCP client at dist/index.js.
Available MCP Tools
Search
| Tool | Parameters | Description |
|---|---|---|
search_books |
query |
Search books by title, author, or keyword |
search_authors |
query, optional limit (default 10, max 25) |
Search authors by name |
read_book_snippet |
query, optional limit (default 3, max 10) |
Search inside books for text snippets |
Books & works
| Tool | Parameters | Description |
|---|---|---|
get_work_details |
workId |
Full work record by Open Library work ID |
get_book_details_by_isbn |
isbn |
Book details by ISBN-10 or ISBN-13 |
get_editions |
workId |
List editions for a work |
get_book_ratings |
workId |
Aggregate reader ratings for a work |
get_book_summary |
workId |
Concise metadata summary (title, description, subjects, etc.) |
compare_books |
workId1, workId2 |
Side-by-side comparison of two works |
Authors
| Tool | Parameters | Description |
|---|---|---|
get_author_profile |
authorId |
Author biography and profile by ID |
get_author_works |
authorId, optional limit (default 20, max 100), optional offset |
Author bibliography |
Subjects
| Tool | Parameters | Description |
|---|---|---|
get_subject_insights |
subject, optional limit (default 20, max 100), optional offset |
Books and trends for a subject/topic |
Установка Open Library Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jay1234624/open-library-mcpFAQ
Open Library Server MCP бесплатный?
Да, Open Library Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Open Library Server?
Нет, Open Library Server работает без API-ключей и переменных окружения.
Open Library Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Open Library Server в Claude Desktop, Claude Code или Cursor?
Открой Open Library Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Open Library Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
