zhihu MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port for the HTTP server in SSE or HTTP mode. Default: 3001. | |
| TRANSPORT_TYPE | No | The transport protocol to use. Options: stdio, sse, http. Default: stdio. | |
| DISABLE_HEADLESS | No | Set to 'true' to run the browser in visible mode. Default: 'false'. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| login-with-qrcodeC | 访问知乎登陆页面,并获取二维码。 |
| get-login-statusA | 获取登录状态,登陆完成返回1,没有登陆完成返回0 |
| logoutA | 退出登录,清理掉本地的cookie信息。 |
| scrape-webpageB | 访问页面,提取页面内容并转化为 markdown 格式。 |
| get-hot-questionB | 获取热点问题,可以获取小时榜、日榜、周榜。 |
| publish-answerD | 发布回答, publish answer |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a distinct purpose: retrieving hot questions, checking login status, logging in with QR code, logging out, publishing answers, and scraping webpages. No ambiguity between tools.
Naming is inconsistent: some use 'get-' prefix, others are verb-object (publish-answer), and 'logout' is a single verb. No uniform convention like 'verb_noun' across all tools.
6 tools is a reasonable count for a Zhihu MCP server covering authentication and basic content operations. It feels well-scoped without being too sparse or overwhelming.
The toolset covers authentication and basic posting but lacks critical operations like searching, viewing question/answer details, editing or deleting answers, and user profile management. Significant gaps for a comprehensive Zhihu agent.