无名图书 wuming-books
Tìm kiếm sách Trung Quốc với xếp hạng Douban, hướng dẫn đọc bằng AI và danh sách top được tuyển chọn. Máy chủ MCP từ xa miễn phí, không cần khóa API.
Tài liệu
wuming-books (无名图书) MCP Server & Agent Skill
无名图书 (wuming-books) is a free, remote MCP (Model Context Protocol) server by book345.com that gives AI assistants the ability to search Chinese books, read book details with Douban ratings, access AI-generated book guides (editor reviews, core points, reader consensus, chapter abstracts), and browse curated toplists.
📖 Website & documentation: https://www.book345.com/mcp 🧩 Agent Skill: https://www.book345.com/skill · SKILL.md
Why wuming-books
- 680K+ Chinese books with metadata aggregated from public sources (title, author, publisher, ISBN, Douban rating, pages, price, catalog)
- AI book guides unique to book345.com — "what is this book about and is it worth reading?" answered in one call
- Curated toplists — top-rated, hidden gems, new releases, weekly updates, and category charts (tech, history, career, law, social science)
- Free & no API key — zero-configuration remote server
- Every result links back to the corresponding page on book345.com
Quick start
The endpoint is a Streamable HTTP MCP server:
https://www.book345.com/api/mcp
Claude Code
claude mcp add --transport http wuming-books https://www.book345.com/api/mcp
Claude Desktop / Cursor / any MCP client (mcp.json)
{
"mcpServers": {
"wuming-books": {
"url": "https://www.book345.com/api/mcp"
}
}
}
Smithery (one-click install)
https://smithery.ai/servers/delicious28/wuming-books
Tools
| Tool | Description |
|---|---|
search_books | Search by title, author, ISBN or keyword; filter by 16 categories (文学, 计算机, 历史, …) |
get_book_detail | Full book details: author, publisher, pages, price, Douban rating, tags, summary, catalog |
get_book_guide | AI guide: editor review, core points, reader consensus, chapter abstracts, short comments |
get_toplist | Curated toplists: top / cold / new / weekly / law / social / career / history / tech |
get_recent_hot | Recently hot updated books, optionally filtered by category |
list_book_tags | List all categories with page links |
Example — ask your assistant:
"Search for highly-rated books about behavioral economics on 无名图书"
Agent Skill
Prefer an Agent Skill over an MCP connection? A single-file skill teaches your AI to call the public HTTP APIs directly (and to use the MCP tools when available):
mkdir -p ~/.claude/skills/wuming-books && curl -fsSL https://www.book345.com/skill/wuming-books/SKILL.md -o ~/.claude/skills/wuming-books/SKILL.md
See skill/SKILL.md.
Registry entries
This server is published to the official MCP Registry. server.json is the source of truth for registry metadata.
| Registry | Name |
|---|---|
| MCP Registry | io.github.delicious28/wuming-books |
| Smithery | delicious28/wuming-books |
| Cursor Directory | wuming-books |
Rate limits & fair use
- 60 requests/minute per IP
- Data is for discovery and reading guidance; book345.com does not host or distribute e-book files
- Rights holders: takedown requests via contact@book345.com, handled within 24h
License
MIT for the client-side code and documentation in this repository. Data served by the API is © its respective sources; see book345.com/about for details.