.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/m1heng/claude-plugin-weixin
home/mcp-servers/m1heng/claude-plugin-weixin
m1heng avatar

claude-plugin-weixin

bym1heng· 1 MCP server

Stars

568

Forks

36

Category

Agent Meta & Communication

View on GitHub

TL;DR

WeChat (微信) channel plugin for Claude Code — receive and reply to WeChat messages directly in your terminal.

How to install claude-plugin-weixin?

m1heng/claude-plugin-weixin
$git clone https://github.com/m1heng/claude-plugin-weixin

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install claude-plugin-weixin by running `git clone https://github.com/m1heng/claude-plugin-weixin`, then use it for the current task and follow its documentation at https://github.com/m1heng/claude-plugin-weixin.

Files · 1

View on GitHub
README.md
1# claude-channel-weixin
2 
3WeChat (微信) channel plugin for [Claude Code](https://claude.com/claude-code) — receive and reply to WeChat messages directly in your terminal.
4 
5Uses the WeChat iLink Bot API with HTTP long-poll. No public webhook needed.
6 
7## Prerequisites
8 
9- [Claude Code](https://claude.com/claude-code) v2.1.80+
10- [Bun](https://bun.sh) runtime
11 
12## Install
13 
14```bash
15# Add the marketplace (one-time)
16claude plugin marketplace add m1heng/claude-plugins
17 
18# Install the plugin
19claude plugin install weixin@m1heng-plugins
20```
21 
22## Configure
23 
24### Login with QR code
25 
26In Claude Code, run:
27 
28```
29/weixin:configure login
30```
31 
32This will fetch a QR code from the WeChat iLink Bot API. Scan it with WeChat and confirm on your phone. Credentials are saved automatically.
33 
34### Start with channels
35 
36```bash
37claude --dangerously-load-development-channels plugin:weixin@m1heng-plugins
38```
39 
40> The `--dangerously-load-development-channels` flag is required during the [channels research preview](https://code.claude.com/docs/en/channels-reference#test-during-the-research-preview) for non-official plugins.
41 
42### Pair your WeChat account
43 
441. Send a message to the bot on WeChat — it replies with a pairing code
452. In Claude Code, run `/weixin:access pair <code>` to approve
46 
47## Skills
48 
49| Skill | Description |
50|---|---|
51| `/weixin:configure` | QR code login, check channel status |
52| `/weixin:access` | Manage pairing, allowlists, DM policy |
53 
54## How it works
55 
56The plugin runs a local MCP server that long-polls the WeChat iLink Bot API for new messages. No public URL or webhook needed — everything runs locally. Messages from allowed senders are forwarded to your Claude Code session; Claude replies back through the same API.
57 
58### Key difference from Telegram/Feishu
59 
60WeChat requires a `context_token` to be passed back when replying. This token comes from the inbound message and is automatically included in the channel notification metadata. Claude passes it back through the reply tool.
61 
62## License
63 
64MIT

Preview

m1heng/claude-plugin-weixinm1heng/claude-plugin-weixin
Repom1heng/claude-plugin-weixin
TypeMCP Servers
CategoryAgent Meta & Communication
UpdatedMar 2026
License—
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. cdeust avatarcortexScientifically-grounded persistent memory for Claude — local-first, hybrid retrieval, 72 references.MCP ServersJul 20262.7k68
  2. samanhappy avatarmcphubA hub server for mcp serversMCP ServersJul 20262.7k2.3k
  3. loonghao avatarwecom-bot-mcp-serverWeCom Bot MCP Server - A Python server for WeCom (WeChat Work) bot following the Model Context Protocol (MCP)MCP ServersJul 20262.5k98
  4. toolprint avatarhypertool-mcpDynamically expose tools from proxied servers based on an Agent PersonaMCP ServersOct 20252.0k155
  5. arindam200 avatarreddit-mcpReddit MCP ServerMCP ServersDec 20252.0k296
  6. raysonmeng avataragent-bridgeBridge between Claude Code and Codex — bidirectional agent communication via MCP Channel + JSON-RPCMCP ServersJul 20261.8k270