MCP Directory
Back

weixin_claude_code

by Dcatfly · TypeScript · ★ 53

WeChat Channel plugin for Claude Code — bidirectional messaging between WeChat and Claude Code via MCP protocol

Install

npx -y github:Dcatfly/weixin_claude_code

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "weixin-claude-code": {
      "command": "npx",
      "args": [
        "-y",
        "github:Dcatfly/weixin_claude_code"
      ]
    }
  }
}

From the README

微信 Channel 插件 for Claude Code —— 通过微信与 Claude Code 双向通信。 基于 [](https://github.com/Dcatfly/weixin_bot_plugin) 微信通信库,适配 Claude Code 的 [Channel](https://docs.anthropic.com/en/docs/claude-code/channels) 功能实现。 [English](./README_EN.md) - 在微信中给 Claude Code 发消息,Claude 直接在终端中处理并回复到微信 - 支持文本、图片、语音、视频、文件等全媒体类型 - 微信扫码登录,零配置即用 - Claude 回复自动转为纯文本(微信不支持 Markdown) - [权限转发](https://code.claude.com/docs/en/channels-reference#relay-permission-prompts):Claude Code 的工具调用审批(如 Bash、Write、Edit)会转发到微信,直接回复 yes/no 即可远程授权,无需守在终端前 - [Claude Code](https://docs.anthropic.com/en/docs/claude-code) v2.1.80+ - [Bun](https…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers