已全面支持NT架构,微信MCP,打造您的专属提醒助手
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"wechat": {
"env": {},
"args": [
"C:/path/to/WeChat-MCP-Server/src/mcp_server.py"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
一个符合 Model Context Protocol (MCP) 标准的微信消息发送服务器,专为AI助手设计
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP server for Kaseya Autotask PSA — 39 tools for companies, tickets, projects, time entries, and more
Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically
MCP Security Weekly
Get CVE alerts and security updates for WeChat MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Model Context Protocol (MCP) 是一个开放标准协议,用于连接AI助手与各种数据源和工具。它就像是AI应用的USB-C接口,提供了标准化的方式来连接AI模型与外部系统。
WeChat-MCP-Server/
├── 📂 src/
│ ├── 📄 __init__.py
│ ├── 📄 mcp_server.py # MCP服务器主要实现
│ └── 📄 wechat_controller.py # 微信自动化控制器
├── 📂 examples/
│ └── 📄 mcp_client_example.py # 客户端使用示例
├── 📂 docs/
│ └── 📄 QUICK_START.md # 快速开始指南
├── 📂 支持我们/
│ ├── 🖼️ 1.jpg # 支付宝收款码
│ └── 🖼️ 2.jpg # 微信赞赏码
├── 📄 mcp_config.json # MCP配置文件
├── 📄 requirements.txt # 依赖包列表
├── 📄 LICENSE # 许可证文件
└── 📄 README.md # 项目说明文档
# 克隆项目
git clone https://github.com/1052666/WeChat-MCP-Server.git
cd WeChat-MCP-Server
# 安装依赖
pip install -r requirements.txt
⚠️ 重要提醒
在使用前,请确保:
- ✅ 微信客户端已安装并正在运行
- ✅ 已成功登录微信账号
- ✅ 微信窗口可见(不要最小化)
将此MCP服务器添加到您的AI助手配置中。以 Claude Desktop 为例:
{
"mcpServers": {
"wechat": {
"command": "python",
"args": ["C:/path/to/WeChat-MCP-Server/src/mcp_server.py"],
"env": {}
}
}
}
注意: 请将
C:/path/to/WeChat-MCP-Server替换为您实际的项目路径
发送文本消息到指定的微信联系人或群组。
参数:
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
contact_name | string | ✅ | 联系人或群组名称 |
message | string | ✅ | 要发送的文本消息 |
示例:
{
"name": "send_wechat_message",
"arguments": {
"contact_name": "文件传输助手",
"message": "Hello from AI assistant!"
}
}
安排在指定延迟后发送消息。
参数:
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
contact_name | string | ✅ | 联系人或群组名称 |
message | string | ✅ | 要发送的文本消息 |
delay_seconds | number | ✅ | 延迟发送的秒数 |
示例:
{
"name": "schedule_wechat_message",
"arguments": {
"contact_name": "文件传输助手",
"message": "This is a scheduled message!",
"delay_seconds": 30
}
}
配置完成后,您可以直接在AI助手中使用自然语言请求:
💬 示例对话
- "帮我给张三发个微信消息说'会议推迟到下午3点'"
- "10分钟后提醒我开会,发到工作群"
- "给文件传输助手发送今天的工作总结"
运行示例客户端进行测试:
试想一下,您可以使用Cloud Code等自动化工具完成各种任务,并通过微信自动发送报备消息:
代码部署通知
监控报警集成
数据处理完成通知
定时报表推送