ZhihuMCP
Related Servers
Alternatives to ZhihuMCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to search, read, and analyze Zhihu content including questions, answers, comments, and user activities through the MCP protocol.4MIT
- FlicenseNot gradedqualityDmaintenanceThis MCP server enables AI agents to list, export, and search Zhihu collections, converting them to Markdown files with images.176-
- AlicenseAqualityBmaintenanceA local MCP server that leverages your real Chrome session to read and interact with web pages, including JavaScript-rendered and login-required content. Supports page actions like clicking, scrolling, typing, and platform-specific tools for Zhihu, Xiaohongshu, X, Reddit, and search engines.4246MIT
- FlicenseNot gradedqualityDmaintenanceA simple HTTP API server that allows users to publish articles, create answers, manage columns, and upload images on Zhihu (a Chinese Q&A platform) through straightforward REST API endpoints.8-
- AlicenseAqualityDmaintenanceA lightweight MCP server that provides read-only access to Xiaohongshu (Little Red Book) data, enabling search, note details, user profiles, and trending feeds via direct HTTP APIs.514 npm1MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for Xiaohongshu (xiaohongshu.com) enabling login, note/video publishing, search, recommendations, and comment management via CLI or MCP protocol.1MIT
TDQS
Scored across 10 tools
Each tool has a clearly distinct purpose. zhihu_list_comments explicitly directs users to zhihu_list_replies for nested replies, and zhihu_get_content is separate from activity listing. No two tools appear to perform the same action.
All tool names follow the consistent pattern zhihu_<verb>_<object> (e.g., list_comments, get_content, draft_answer). Even the exception 'login' is a simple verb that fits the overall naming convention.
With 10 tools, the set is well-scoped for a Zhihu client, covering authentication, content retrieval, comment browsing, search, and answer creation. Each tool has a clear role without unnecessary bloat.
The set lacks a tool to read a question's full details (only answers/articles/thoughts are supported by zhihu_get_content), and there are no tools for commenting or publishing drafts directly. Agents can work around some gaps but question context is essential for many workflows.