面向技术博主的 AI 内容加工流水线 MCP —— 从原始素材到公众号草稿箱
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y wechat-writer-mcp
MCP client config
{
"mcpServers": {
"wechat-writer-mcp": {
"command": "npx",
"args": [
"-y",
"wechat-writer-mcp"
]
}
}
}