Loading MCP server directory, please wait...
面向技术博主的 AI 内容加工流水线 MCP —— 从原始素材到公众号草稿箱
npx @getmcp/cli add io.github.datoushiwo/wechat-writer-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
WECHAT_APP_ID微信公众号 AppID(mp.weixin.qq.com → 开发 → 基本配置)
WECHAT_APP_SECRET微信公众号 AppSecret(mp.weixin.qq.com → 开发 → 基本配置)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.datoushiwo/wechat-writer-mcp": {
"command": "npx",
"args": [
"-y",
"wechat-writer-mcp"
],
"env": {
"WECHAT_APP_ID": "",
"WECHAT_APP_SECRET": "",
"WECHAT_COVERS_DIR": "",
"WECHAT_DEFAULT_AUTHOR": "",
"WECHAT_API_TIMEOUT": ""
}
}
}
}