zhihu-mcp-server

iteng007/zhihu-mcp-server
★ 1 stars JavaScript 🔌 API Integration Updated today
知乎 MCP 服务器 - 完整的知乎 API 访问支持,包含 zse96 v2 签名算法
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zhihu-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "iteng007/zhihu-mcp-server"
      ]
    }
  }
}