文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
MCPpedia last refreshed this data
Wenyan MCP is an MCP server that 文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 69/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"wenyan-mcp": {
"env": {
"WECHAT_APP_ID": "your_app_id",
"WECHAT_APP_SECRET": "your_app_secret"
},
"command": "wenyan-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
文颜(Wenyan) 是一款多平台 Markdown 排版与发布工具,支持将 Markdown 一键转换并发布至:
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in writing / marketing
MCP server for document format conversion using pandoc.
DataForSEO API modelcontextprotocol server
This is an MCP server that allows you to directly download transcripts of YouTube videos.
Scrape, crawl, and map websites to Markdown or JSON via local CLI.
MCP Security Weekly
Get CVE alerts and security updates for Wenyan Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
文颜(Wenyan) 是一款多平台 Markdown 排版与发布工具,支持将 Markdown 一键转换并发布至:
文颜的目标是:让写作者专注内容,而不是排版和平台适配。
文颜目前提供多种形态,覆盖不同使用场景:
简单来说,它打通了“AI 写作”与“公众号发文”的通道。
基于 MCP 协议,Claude Desktop 等 AI 客户端现在可以直接调用文颜(Wenyan)的排版引擎。写完文章后,不需要再去第三方编辑器里来回复制粘贴,直接让 AI 帮你排版并塞进微信草稿箱。
核心特性:
实战演示:
安装
npm install -g @wenyan-md/mcp
Claude Desktop 配置 (claude_desktop_config.json)::
{
"mcpServers": {
"wenyan-mcp": {
"command": "wenyan-mcp",
"env": {
"WECHAT_APP_ID": "your_app_id",
"WECHAT_APP_SECRET": "your_app_secret"
}
}
}
}
对AI说
目前你可以使用哪些公众号主题?
AI回复:
目前我支持的公众号主题包括以下这些,每个主题都有独特的风格和配色,适用于不同的内容调性:
1. **Default(默认)**
简洁经典的排版,适合长文阅读,通用性强。
2. **OrangeHeart(橙心)**
暖橙色调,优雅而富有活力,适合情感、生活类内容。
...
对AI说
帮我把这个css(https://wenyan.yuzhi.tech/manhua.css)注册为一个新的公众号主题,名称为:xiuluochang
AI回复:
好的,已成功将 CSS 样式表注册为新的公众号主题,主题名称为:**xiuluochang**。
您现在可以在公众号后台选择该主题进行应用,样式将按照 `https://wenyan.yuzhi.tech/manhua.css` 的定义进行渲染。
如有需要进一步自定义或更换主题,随时告诉我!
对AI说
把名为“xiuluochang”的公众号主题删除
AI回复:
公众号主题 “xiuluochang” 已成功删除。
对AI说
使用phycat主题将这篇文章发布到微信公众号:
./tests/publish.md
AI回复:
文章已成功发布至微信公众号草稿箱!🎉
- **主题**:phycat
- **媒体ID**:xxx
您可登录微信公众号后台,在「草稿箱」中查看并编辑文章,确认无误后即可一键发布。如需进一步排版优化、添加封面或设置摘要,我也可以协助您完成!
是否需要我帮您生成一篇发布文案或封面建议? 😊
[!IMPORTANT]
请确保 MCP 启动时已配置如下环境变量,否则上传接口将调用失败。
WECHAT_APP_IDWECHAT_APP_SECRET[!IMPORTANT]
请确保运行文颜的机器 IP 已加入微信公众号后台的 IP 白名单,否则上传接口将调用失败。
配置说明文档:https://yuzhi.tech/docs/wenyan/upload
为了正确上传文章,每篇 Markdown 顶部需要包含一段 frontmatter:
---
title: 在本地跑一个大语言模型(2) - 给模型提供外部知识库
cover: /Users/xxx/image.jpg
author: xxx
source_url: http://
---
字段说明:
| 字段 | 必填 | 说明 |
|---|---|---|
| title | ✅ | 文章标题 |
| cover | ❌ | 封面图片(本地路径或网络 URL) |
| author | ❌ | 作者 |
| source_url | ❌ | 原文链接 |
| type | ❌ | 文章类型,设为 image 表示图片消息(小绿书) |
| image_list | ❌ | 图片路径列表(小绿书专用,最多 20 张) |
| need_open_comment | ❌ | 是否打开评论 |
| only_fans_can_comment | ❌ | 是否仅粉丝可评论 |
说明:
type 和 `