Claude Skill

BiboyQG/WeChat-MCP

WeChat-MCP is an MCP server that lets AI assistants like Claude and ChatGPT read and reply to WeChat messages. Automate WeChat interactions with AI.

Overview

Stars202
Forks61
LanguagePython
Last pushed2026-03-09
Last synced2026-06-21
View on GitHub

Repository

OwnerBiboyQG
RepositoryWeChat-MCP
Full nameBiboyQG/WeChat-MCP
Repo ID1,109,626,395

Install this Skill

pip install wechat-mcp-server

Registry

Typemcp_server
Quality score80/100
Verificationreadme_parsed
Last verified2026-06-21
Platforms
ClaudeMCPOpenClawCodex
Capabilities
code-reviewpdfsearchvideoterminalworkflowmcpmcp-serverwechat
Detected files
README.mddocspyproject.tomltests
Install methods
  • pip install wechat-mcp-server
  • claude mcp add --transport stdio wechat-mcp -- wechat-mcp
  • claude mcp add --transport stdio wechat-mcp -- uv --directory $(pwd) run wechat-mcp
  • git clone https://github.com/yourusername/WeChat-MCP.git

Summary

WeChat-MCP is an MCP server that enables AI assistants like Claude, ChatGPT, and OpenClaw to read and reply to WeChat messages, bridging WeChat with AI-powered automation.

Chinese description

微信-MCP:让Openclaw/Claude/ChatGPT等AI助手为你读取和回复微信消息

Key features

  • Enables AI assistants to read WeChat messages
  • Allows AI assistants to reply to WeChat messages
  • Built as an MCP server for easy integration
  • Supports multiple AI platforms including Claude and ChatGPT

Use cases

  • Automate WeChat customer support with AI
  • Let Claude manage WeChat conversations
  • Integrate WeChat into AI workflows
  • Build smart WeChat bots with MCP

README excerpt

<div align="center"> # WeChat MCP Server [![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/) [![PyPI version](https://img.shields.io/pypi/v/wechat-mcp-server.svg)](https://pypi.org/project/wechat-mcp-server/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [中文](docs/README_zh.md) | English </div> An MCP server that automates WeChat on macOS using the Accessibility API and screen capture. It enables LLMs to interact with WeChat chats programmatically. ## Features - 📨 Fetch recent messages from any chat (contact or group) - ✍️ Send automated replies based on chat history - 📷 Publish text-only Moments posts, with optional draft-only mode - 👥 Add contacts using WeChat ID with configurable privacy - 🔍 Smart chat search with exact name matching - 🤖 5 specialized Claude Code sub-agents for smart WeChat automation ## Quick Start ### Installation ```bash pip install wechat-mcp-server ``` ### Setup with Claude Code ```bash # If installed via pip claude mcp add --transport stdio wechat-mcp -- wechat-mcp # If using uv for development claude mcp add --transport stdio wechat-mcp -- uv --directory $(pwd) run wechat-mcp ``` <details> <summary>Setup with Claude Desktop</summary> ```json // If installed via pip { "mcpServers": { "wechat-mcp": { "type": "stdio", "command": "wechat-mcp" } } } // If using uv for development { "mcpServers": { "wechat-mcp": { "type": "stdio", "command": "uv", "args": [ "--directory", "{path/to/wechat-mcp}", "run", "wechat-mcp" ], } } } ``` </details> <details> <summary>Setup with Codex</summary> ```bash # If installed via pip codex mcp add

Topics

Explore more

Data from GitHub. Synced on 2026-06-21