WeRead MCP Server
Related Servers
Alternatives to WeRead MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables SQL queries on WeRead (微信读书) book data by syncing it into DuckDB, with an MCP server for agent-based analysis and cross-source joins.MIT
- AlicenseNot gradedqualityCmaintenanceA Windows-native WeChat bridge that connects WeChat to multiple MCP clients (Web Chat, Codex, Claude Desktop, etc.) for bidirectional text, image, and file transfer without requiring OpenClaw.2MIT
- FlicenseAqualityFmaintenanceAn MCP server enabling LLMs to access WeChat Reading bookshelf, notes, highlights, and reviews via tools like get_bookshelf, search_books, and get_book_notes_and_highlights.4137 npm170-
- AlicenseNot gradedqualityDmaintenanceA simple server that integrates with Claude to allow querying and manipulating Notion pages and databases through natural language prompts.2,184 npmMIT
- AlicenseNot gradedqualityDmaintenanceServer for managing academic literature with structured note-taking and organization, designed for seamless interaction with Claude. Built with SQLite for simplicity and portability.19MIT
- AlicenseAqualityCmaintenanceA lightweight Node.js server that connects Claude Desktop to Taiwan's Central Weather Administration (CWA) API, allowing users to retrieve weather forecast data for all cities and counties in Taiwan.11MIT
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: get_book_best_reviews retrieves reviews, get_book_notes_and_highlights fetches user annotations, get_bookshelf lists all books with stats, and search_books finds books by keyword. There is no overlap in functionality, making tool selection straightforward for an agent.
All tool names follow a consistent verb_noun pattern with snake_case: get_book_best_reviews, get_book_notes_and_highlights, get_bookshelf, and search_books. The naming is predictable and readable, with no deviations in style or convention.
With 4 tools, the count is reasonable for a WeRead server focused on book management and reading insights. It covers core operations without being overwhelming, though it might benefit from additional tools for actions like updating notes or managing bookshelves to be fully comprehensive.
The tool set provides good coverage for reading and book management, including retrieval of reviews, notes, bookshelf data, and search. Minor gaps exist, such as the inability to create or update notes/highlights or manage bookshelf entries, but agents can still perform key workflows with the available tools.