weixin-mcp MCP Server
bkmashiro/weixin-mcp
Are you the maintainer of bkmashiro/weixin-mcp? Claim this listing →
Standalone WeChat MCP server — send/receive WeChat messages via MCP tools
Add AgentRank to Claude Code Discover and compare tools like bkmashiro/weixin-mcp — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
bkmashiro/weixin-mcp is a TypeScript MCP server. Standalone WeChat MCP server — send/receive WeChat messages via MCP tools
Ranked #92 out of 109 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
TypeScript No license
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Contributors medium impact
Matched Queries
From the README
# weixin-mcp
🤖 **微信 MCP Server** — 让 AI 助手直接收发微信消息
> ⚠️ **重要说明**:本项目基于微信官方 **ClawBot**(智能体机器人)API,需要在微信中创建 ClawBot 后扫码登录。**不是用个人微信账号发消息**,而是通过官方机器人接口。
>
> 👉 创建 ClawBot:最新版微信 → 设置 → 插件 → 微信 ClawBot
将微信 ClawBot 能力暴露为 [MCP](https://modelcontextprotocol.io/) 工具,Claude Desktop、Cursor、OpenClaw 等 AI 助手可以直接:
- 📨 **发送消息** — 文本、图片、文件、视频
- 📬 **接收消息** — 轮询或 Webhook 实时推送
- 👥 **管理联系人** — 自动记录对话用户
[English](./README.en.md) | [ClawHub Skill](https://clawhub.com/skills/weixin-mcp)
---
## ✨ 特性
- **官方接口** — 基于微信 ClawBot API,合规安全
- **零配置** — 创建 ClawBot 后扫码即用,无需公众号/企业微信
- **全类型消息** — 文本 / 图片 / 文件 / 视频
- **实时推送** — Webhook 模式,消息秒级推送到你的服务
- **多账号支持** — 不同目录运行多个实例
- **MCP 标准** — 兼容所有 MCP 客户端
---
## 🚀 快速开始
```bash
# 1. 扫码登录
npx weixin-mcp login
# 2. 查看状态
npx weixin-mcp status
# 3. 发消息测试
npx weixin-mcp send <userId> "Hello from CLI!"
# 4. 启动 MCP server
npx weixin-mcp
```
---
## 🔌 Claude Desktop 集成
编辑 `claude_desktop_config.json`:
```json
{
"mcpServers": {
"weixin": {
"comman Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.