Back to MCP directory
publicPublicdnsLocal runtime

WeChat Moments

一个通过AppleScript在macOS上自动发布微信朋友圈的工具

article

README

🚀 MCP 微信朋友圈服务器

本项目可借助 AppleScript 在 macOS 系统上实现微信朋友圈的发布操作,让朋友圈发布更便捷高效。

🚀 快速开始

📦 安装指南

建议使用 uvx 进行安装,具体步骤如下:

依赖项安装

我们需要 cliclick 来模拟鼠标点击事件,可通过以下命令进行安装:

brew install cliclick

安装此包

使用 uvx 安装 mcp-wechat-moments,命令如下:

uvx mcp-wechat-moments

💻 使用示例

基础用法

使用类似 Cherry Studio 的客户端进行操作,操作界面示例如下: 简介

自动发布功能

自动发布功能默认未启用,可通过环境变量开启。设置环境变量 AUTO_PUBLISH=true 即可启用自动发布功能。例如,在终端中可以使用以下命令临时设置环境变量:

export AUTO_PUBLISH=true
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client