Back to Apps

Claude Code WeChat
by yingwang
WeChat channel plugin for Claude Code — send and receive messages, images, files, and voice via WeChat.
1 stars
8 views
Updated 15 days ago
Works in:claude
Exposes:Tools
What it does
Claude Code WeChat is an MCP server that bridges WeChat and Claude Code. It acts as a channel plugin using the claude/channel capability, letting you chat with your Claude Code session directly from WeChat. Inbound WeChat messages arrive as MCP notifications, and Claude responds through MCP tool calls — just like the built-in Telegram channel but for WeChat.
Tools
- reply — Send a text or rich message back to the WeChat user
- send_image — Upload and send an image via WeChat CDN
- send_file — Upload and send a file (PDF, document) via WeChat CDN
- send_video — Upload and send a video via WeChat CDN
- configure — View or update channel configuration (DM policy, API URL)
- access — Manage pairing, allowlist, and access control policies
Installation
{
"mcpServers": {
"weixin": {
"command": "npx",
"args": ["claude-channel-weixin"],
"type": "stdio"
}
}
}
Quick start:
npx claude-channel-weixin install
npx claude-channel-weixin login
claude --dangerously-load-development-channels plugin:weixin@claude-channel-weixin
Supported hosts
Claude Code (channel plugin)
Quick install
npx claude-channel-weixin installInformation
- Pricing
- free
- Published
- 4/8/2026
- Updated