Skip to main content
Glama
datoushiwo

wechat-writer-mcp

by datoushiwo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WECHAT_APP_IDYes微信公众号 AppID
WECHAT_APP_SECRETYes微信公众号 AppSecret
WECHAT_COVERS_DIRNo封面图片目录,默认 ~/Pictures/wechat-covers~/Pictures/wechat-covers
WECHAT_API_TIMEOUTNoAPI 超时毫秒数,默认 1500015000
WECHAT_DEFAULT_AUTHORNo默认作者名

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/datoushiwo/wechat-writer-mcp'

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