wechat-clawbot-push
Allows pushing text messages to a user's personal WeChat via ClawBot, including token acquisition and bridge status checking.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wechat-clawbot-pushSend a WeChat message to myself: 'Reminder: stand up and stretch'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
wechat-clawbot-push
个人微信 ClawBot 定时主动推送桥 —— 一个符合 MCP(stdio) 协议的服务器。注册为 WorkBuddy 连接器后,云端 WB 自动化即可直接调用,把定时/触发任务的结果主动推送到 用户自己的个人微信。无需企业微信,无需抓包。
安装
pip install wechat-clawbot-push
# 或本地源码安装
pip install .Related MCP server: WinAutoWx
作为 WorkBuddy 连接器使用
在 ~/.workbuddy/mcp.json 注册(command 指向你的 python,args 用 -m):
{
"mcpServers": {
"wechat-clawbot-push": {
"command": "python",
"args": ["-m", "wechat_clawbot_push", "--mcp"]
}
}
}或安装后直接用 console script:
{
"mcpServers": {
"wechat-clawbot-push": {
"command": "wechat-clawbot-push",
"args": ["--mcp"]
}
}
}暴露的工具
工具 | 作用 |
| 主动推送一条文本到用户个人微信(发送前自动验证 token) |
| 获取/刷新 context_token(长轮询,需手机给 bot 发一条消息) |
| 返回当前 token 状态,供自动化推送前自检 |
首次授权
每个用户首次使用前需执行一次 acquire_token:退出 WB → 手机给 bot 发一条消息 →
脚本捕获并缓存 context_token。之后 push_wechat_message 即可全自动推送。
协议契约(已核对腾讯官方 iLink / OpenClaw)
收消息:
POST https://ilinkai.weixin.qq.com/ilink/bot/getupdates发消息:
POST https://ilinkai.weixin.qq.com/ilink/bot/sendmessage鉴权:
Authorization: Bearer {bot_id:secret}(token 自动从~/.workbuddy/settings.json读取)主动发须带回
context_token(随入站消息返回,持久化可复用)
实现说明(stdio 铁律)
stdout 仅输出 newline-delimited JSON-RPC 消息;所有日志走 stderr
二进制缓冲 + UTF-8 编解码,规避 Windows GBK 中文乱码
运行态(token/缓存)写入用户级目录
~/.workbuddy/wechat-clawbot-push/,与安装位置无关、多用户隔离
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceFree self-hosted WeChat push notification service with a standard MCP Server, enabling message sending via Webhook or MCP tools.Last updatedGPL 3.0
- Flicense-qualityDmaintenanceAn MCP server for automating WeChat on Windows, enabling sending messages to friends or groups and exporting UI controls via natural language.Last updated
- Flicense-qualityCmaintenanceMCP server for WeChat PC automation, enabling message sending, voice/video calls, and AI-powered listening through Cursor or WorkBuddy.Last updated2
- FlicenseAqualityBmaintenanceAn MCP server for sending and receiving WeChat messages, built on Tencent's iLink bot protocol.Last updated7
Related MCP Connectors
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Official Octoparse MCP server for template discovery, cloud tasks, and structured data export.
MCP server for Appcircle mobile CI/CD platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Yero-413/wechat-clawbot-push-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server