Back to home@delicious28

wuming-books-mcp

Free remote MCP server for searching 680K+ Chinese books with Douban ratings, AI reading guides and curated toplists. No API key.

Stars
0
Language
Created
Aug 28, 2026
Updated
Aug 28, 2026

Introduction

wuming-books (无名图书) MCP Server & Agent Skill

MCP Registry Smithery Cursor Directory

无名图书 (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

ToolDescription
search_booksSearch by title, author, ISBN or keyword; filter by 16 categories (文学, 计算机, 历史, …)
get_book_detailFull book details: author, publisher, pages, price, Douban rating, tags, summary, catalog
get_book_guideAI guide: editor review, core points, reader consensus, chapter abstracts, short comments
get_toplistCurated toplists: top / cold / new / weekly / law / social / career / history / tech
get_recent_hotRecently hot updated books, optionally filtered by category
list_book_tagsList 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.

RegistryName
MCP Registryio.github.delicious28/wuming-books
Smitherydelicious28/wuming-books
Cursor Directorywuming-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.