wechat-writer-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WECHAT_APP_ID | Yes | 微信公众号 AppID | |
| WECHAT_APP_SECRET | Yes | 微信公众号 AppSecret | |
| WECHAT_COVERS_DIR | No | 封面图片目录,默认 ~/Pictures/wechat-covers | ~/Pictures/wechat-covers |
| WECHAT_API_TIMEOUT | No | API 超时毫秒数,默认 15000 | 15000 |
| WECHAT_DEFAULT_AUTHOR | No | 默认作者名 |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| import_sourceA | 导入原始内容(本地 markdown 文件或 URL 网页),准备进行公众号加工。返回 raw_markdown 和元数据。 |
| transform_for_wechatA | 将 markdown 内容转换为公众号适配的 HTML 格式。自动段落切分、代码块处理、超链接转脚注、添加头尾模板,并生成 3 个标题候选。 |
| estimate_originalityA | 对内容做原创度自评,辅助决策是否点"原创"标记。基于用户自己的历史草稿做比对,不能替代微信官方查重。 |
| save_to_wechat_draftA | 将加工好的内容存入公众号草稿箱。永远只存草稿,不会自动群发/发布。存入后需手动到公众号后台发布。 |
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 4 tools
Each tool has a distinct purpose: importing source content, transforming it for WeChat, checking originality, and saving as draft. No functional overlap exists.
All tools follow a consistent verb_noun snake_case pattern (estimate_originality, import_source, transform_for_wechat, save_to_wechat_draft).
Four tools cover the end-to-end workflow of preparing a WeChat article without superfluous or missing pieces, appropriate for the focused domain.
The set covers the core cycle of import, transform, originality check, and save. Minor gaps like listing/editing existing drafts are absent but not critical for the primary use case.