Skip to main content
Glama

Zhihu MCP Server

by chemany

知乎MCP服务器

简单的知乎发布HTTP API服务器,采用和小红书、头条相同的简化架构。

功能特性

  • 简单HTTP API:避免复杂的MCP协议,使用直观的REST API
  • 📝 文章发布:支持创建和发布知乎文章
  • 💬 回答发布:支持回答知乎问题
  • 📚 专栏管理:支持创建知乎专栏
  • 🖼️ 图片上传:支持文章和回答中的图片
  • 🔐 自动登录:支持Selenium自动化登录
  • 🍪 会话保持:自动保存和恢复登录状态

API接口

健康检查

GET /zhihu-mcp-server/health

创建文章

POST /zhihu-mcp-server/create_article Content-Type: application/json { "title": "文章标题", "content": "文章内容", "images": ["图片路径1", "图片路径2"], "tags": ["标签1", "标签2"], "column_id": "专栏ID(可选)", "cover_image": "封面图片路径(可选)" }

创建回答

POST /zhihu-mcp-server/create_answer Content-Type: application/json { "question_id": "问题ID或URL", "content": "回答内容", "images": ["图片路径1", "图片路径2"], "is_anonymous": false }

创建专栏

POST /zhihu-mcp-server/create_column Content-Type: application/json { "title": "专栏标题", "description": "专栏描述", "cover_image": "封面图片路径(可选)" }

安装和使用

  1. 安装依赖
pip install -r requirements.txt
  1. 启动服务器
python zhihu_http_api_server.py
  1. 服务器地址

端口配置

  • 🔴 小红书MCP服务器:8002端口
  • 🟠 今日头条HTTP API服务器:8003端口
  • 🔵 知乎HTTP API服务器:8005端口

注意事项

  1. Chrome驱动:需要安装Chrome浏览器和对应的ChromeDriver
  2. 首次使用:首次启动时需要手动登录知乎账号
  3. 会话保持:登录状态会自动保存,无需重复登录
  4. 图片上传:确保图片文件路径正确且文件存在

项目结构

zhihu_mcp_server/ ├── zhihu_http_api_server.py # HTTP API服务器主文件 ├── zhihu_mcp_server/ # 核心功能包 │ ├── __init__.py # 包初始化文件 │ ├── auth.py # 认证管理模块 │ └── publisher.py # 发布功能模块 ├── requirements.txt # 依赖包列表 └── README.md # 说明文档

架构特点

采用了和小红书、头条相同的简化架构:

  • 简单HTTP API直接功能调用简单JSON响应
  • 避免了复杂的MCP协议、会话管理、Streamable-HTTP等复杂性
  • 提供了稳定可靠的发布服务
-
security - not tested
F
license - not found
-
quality - not tested

A 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.

  1. 功能特性
    1. API接口
      1. 健康检查
      2. 创建文章
      3. 创建回答
      4. 创建专栏
    2. 安装和使用
      1. 端口配置
        1. 注意事项
          1. 项目结构
            1. 架构特点

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that provides AI models with real-time trending content from 18 major Chinese internet platforms, including Weibo, Zhihu, and Bilibili.
                Last updated -
                TypeScript
              • -
                security
                A
                license
                -
                quality
                A server that enables interaction with WordPress sites through REST API, allowing users to create, retrieve, and update posts using JSON-RPC 2.0 protocol.
                Last updated -
                1
                JavaScript
                MIT License
                • Apple
                • Linux
              • -
                security
                -
                license
                -
                quality
                A server that enables access to Xiaohongshu (Little Red Book) content, allowing users to search for notes and retrieve content via URLs with authentication management and cookie persistence.
                Last updated -
                1
                TypeScript
                MIT License
              • -
                security
                F
                license
                -
                quality
                A microservice that wraps Xiaohongshu (Little Red Book) API into a RESTful API server, enabling users to perform various operations on the platform such as retrieving notes, searching users and content, and accessing user information.
                Last updated -
                Python

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/chemany/zhihu_mcp_server'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server