WeChat MCP Enhanced
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 MCP Enhancedstart a voice call with Alice"
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 MCP Enhanced
微信MCP增强版,支持文件发送、语音接收/发送、语音通话功能。
功能特性
📁 文件发送 - 支持发送各类文件给微信好友/群聊
🎙️ 语音收发 - 支持发送和接收语音消息(自动格式转换)
📞 语音通话 - 支持发起和接听微信语音通话
🤖 MCP协议 - 符合Model Context Protocol标准
Related MCP server: WinAutoWx
安装
# 克隆仓库
git clone https://github.com/mikewangmax/wechat-mcp-enhanced.git
cd wechat-mcp-enhanced
# 安装依赖
pip install -r requirements.txt
# Windows额外依赖(语音通话需要)
# 需要安装微信PC版并登录配置
复制配置模板:
cp config/settings.example.py config/settings.py编辑
config/settings.py,填入你的配置
使用
启动服务器
python src/server.pyMCP Tools
文件相关
send_file(target_user, file_path)- 发送文件receive_file(message_id, save_path)- 接收文件
语音相关
send_voice(target_user, audio_path)- 发送语音消息receive_voice(message_id, save_path)- 接收语音消息convert_audio(input_path, output_format)- 音频格式转换
通话相关
start_voice_call(target_user)- 发起语音通话end_voice_call(call_id)- 结束语音通话get_call_status(call_id)- 获取通话状态
技术架构
wechat-mcp-enhanced/
├── src/
│ ├── server.py # MCP服务器主入口
│ ├── wechat_client.py # 微信客户端封装
│ └── handlers/
│ ├── file_handler.py # 文件处理
│ ├── voice_handler.py # 语音处理
│ └── call_handler.py # 通话处理
├── config/
│ └── settings.py # 配置文件
└── tests/ # 测试用例注意事项
Windows环境:语音通话功能需要Windows系统和微信PC版
登录状态:使用前需要确保微信PC版已登录
权限:部分功能可能需要管理员权限
License
MIT License
贡献
欢迎提交Issue和PR!
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
- AlicenseNot gradedqualityDmaintenanceA WeChat robot server based on the Model Context Protocol that enables AI agents to send and receive messages and manage typing status. It provides tools for QR code login, long-polling message retrieval, and persistent state management across various MCP clients.63106MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server for automating WeChat on Windows, enabling sending messages to friends or groups and exporting UI controls via natural language.
- FlicenseNot gradedqualityCmaintenanceMCP server for WeChat PC automation, enabling message sending, voice/video calls, and AI-powered listening through Cursor or WorkBuddy.2
- FlicenseNot gradedqualityDmaintenanceMCP server for WeChat automation, supporting message sending, chat history retrieval, and contact list management via SSE protocol.5
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for Wan AI video generation
Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.
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/chylove1982/wechat-mcp-enhanced'
If you have feedback or need assistance with the MCP directory API, please join our Discord server