← Back to Plugins
MCP Server MCP

io.github.datoushiwo/wechat-writer-mcp

github By github 👁 1 views ▲ 0 votes

面向技术博主的 AI 内容加工流水线 MCP —— 从原始素材到公众号草稿箱

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "wechat-writer-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "微信公众号 AppID(mp.weixin.qq.com → 开发 → 基本配置)",
          "isRequired": true,
          "format": "string",
          "name": "WECHAT_APP_ID"
        },
        {
          "description": "微信公众号 AppSecret(mp.weixin.qq.com → 开发 → 基本配置)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "WECHAT_APP_SECRET"
        },
        {
          "description": "封面图片目录,默认 ~/Pictures/wechat-covers",
          "format": "string",
          "name": "WECHAT_COVERS_DIR"
        },
        {
          "description": "草稿默认作者名",
          "format": "string",
          "name": "WECHAT_DEFAULT_AUTHOR"
        },
        {
          "description": "微信 API 超时毫秒数,默认 15000",
          "format": "string",
          "name": "WECHAT_API_TIMEOUT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...