Odel
wechat writer mcp

wechat writer mcp

Local
@datoushiwoTypeScriptMITUpdated 1mo ago

面向技术博主的 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).

npmwechat-writer-mcpv0.1.1

Run

npx -y wechat-writer-mcp

MCP client config

{
  "mcpServers": {
    "wechat-writer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wechat-writer-mcp"
      ]
    }
  }
}