PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serverscontent-management-systems知乎MCP服务器
返回「content-management-systems」

知乎MCP服务器

modelscope·@Victorzwx/zh_mcp_server

content-management-systems0下载LocalModelScope

简介

一种模型上下文协议服务器,允许用户使用大型语言模型自动生成文章,并直接发布到知乎(一个中国的问答平台)。

MCP Server 详情

来自 ModelScope 索引

Introduction to zh_mcp_server

A Model Context Protocol (MCP) server for publishing articles on Zhihu, allowing users to automatically generate and publish articles using large models.

Usage

1. Clone the Code

git https://github.com/Victorzwx/zh_mcp_server.git

2. Environment Setup Prerequisites

It is recommended to run in a Windows environment.

Python version required: >= 3.10

  • Method 1:

Ensure that the environment meets the requirements specified in requirements.txt.

  • selenium>=4.0.0
  • requests>=2.25.1
  • mcp>=0.1.0
  • webdriver-manager>=3.8.0 You can install these dependencies with the following command:

pip install -r requirements.txt

Then, install ChromeDriver. This project depends on Google Chrome, and the version number 134.0.6998.166 is provided as an example. You need to manually check the version of Google Chrome installed on your computer.

npx @puppeteer/browsers install chromedriver@134.0.6998.166

  • Method 2:

Run setup_environment.py. If this method fails, it might be due to an incorrect ChromeDriver version. It is recommended to reinstall using Method 1.

python setup_environment.py

3. Save Personal Cookies

Run the code to save cookies in the project folder:

python -m zh_mcp_server.login

  • Note that running this will automatically open Google Chrome.
  • Enter your phone number in Google Chrome and click to get the verification code.
  • Then, enter the verification code into the Terminal where you ran python -m zh_mcp_server.__login__. This is very important!

4. Configure MCP Service in MCP Client (e.g., Cherry Studio)

Run via Python:

"zh_mcp_server": { "command": "python", "args": [ "-m", "zh_mcp_server" ] }

After this, you can start using the service.

If you are using this MCP service through code, such as Java code based on Spring AI, you also need to add the encoding method to avoid generating garbled text:

"zh_mcp_server": { "command": "D:\aconda\python.exe", "args": [ "-m", "zh_mcp_server", "--encoding=utf-8" ], "env": { "PYTHONIOENCODING": "utf-8" } }

Debugging

If you need to debug the specific process of the large model calling this MCP service or visualize browser operations, you need to disable headless browser mode as follows:

poster = ZhuHuPoster(path, headless=True) ## Set to False if you want to debug

This code is located in server.py.

CSDN

My CSDN Account

WeChat

image

相关 MCP Servers(来自「content-management-systems」)

小红书API代理

一个将小红书(Xiaohongshu)API封装为RESTful API服务器的微服务,允许用户在该平台上执行多种操作,例如获取笔记、搜索用户和内容、访问用户信息等。

@proerror77/xhs_mcp_agent

MarkMap-MCP服务器

一个模型上下文协议服务器,可将Markdown文本转换为支持丰富交互操作和多格式导出的交互式思维导图。

@jinzcdev/markmap-mcp-server

MCPMS笑话

一种模型上下文协议服务器,它使Microsoft Copilot Studio能够从各种来源获取笑话,包括Chuck Norris笑话、爸爸笑话和Yo Mama笑话。

@VoltScp/MCPMS

WordPress MCP 服务器

为 WordPress 实现了一个模型上下文协议服务器,增强了 VS Code 的 WordPress 特定智能,包括数据库集成、代码补全和文档支持。

@sharmashivanand/mcp-wordpress

cuongpham2107

暂无描述。

@cuongpham2107/word-mcp-server

discourse-mcp

暂无描述。

@discourse/discourse-mcp

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/victorzwx-zh_mcp_server/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

暂未识别到安装命令,请打开 ModelScope 详情查看完整配置。

基本信息

分类
content-management-systems / communication / app-automation
运行方式
No
许可证
Unknown
详情文件
victorzwx-zh_mcp_server.md