Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Claude Channel Weixin

БесплатноНе проверен

Enables Claude Code to receive and reply to WeChat messages via the WeChat iLink Bot API, using long-polling without requiring a public webhook.

GitHubEmbed

Описание

Enables Claude Code to receive and reply to WeChat messages via the WeChat iLink Bot API, using long-polling without requiring a public webhook.

README

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

Uses the WeChat iLink Bot API with HTTP long-poll. No public webhook needed.

Prerequisites

Install

# Add the marketplace (one-time)
claude plugin marketplace add m1heng/claude-plugins

# Install the plugin
claude plugin install weixin@m1heng-plugins

Configure

Login with QR code

In Claude Code, run:

/weixin:configure login

This will fetch a QR code from the WeChat iLink Bot API. Scan it with WeChat and confirm on your phone. Credentials are saved automatically.

Start with channels

claude --dangerously-load-development-channels plugin:weixin@m1heng-plugins

The --dangerously-load-development-channels flag is required during the channels research preview for non-official plugins.

Pair your WeChat account

  1. Send a message to the bot on WeChat — it replies with a pairing code
  2. In Claude Code, run /weixin:access pair <code> to approve

Skills

Skill Description
/weixin:configure QR code login, check channel status
/weixin:access Manage pairing, allowlists, DM policy

How it works

The 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.

Key difference from Telegram/Feishu

WeChat 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.

License

MIT

from github.com/m1heng/claude-plugin-weixin

Установить Claude Channel Weixin в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install claude-channel-weixin

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add claude-channel-weixin -- npx -y claude-channel-weixin

FAQ

Claude Channel Weixin MCP бесплатный?

Да, Claude Channel Weixin MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Claude Channel Weixin?

Нет, Claude Channel Weixin работает без API-ключей и переменных окружения.

Claude Channel Weixin — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Claude Channel Weixin в Claude Desktop, Claude Code или Cursor?

Открой Claude Channel Weixin на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Claude Channel Weixin with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development