IS908/claude-lark-plugin
5 stars · Last commit 2026-04-23
claude code lark channel plugin
README preview
# Claude Lark Plugin
[](README_CN.md)
[](package.json)
[](LICENSE)
Chat with Claude Code in real time through Feishu (Lark). Local-file memory, scheduled jobs, rich media support.
---
## How It Works
```
Feishu User ──> Feishu Open Platform ──WebSocket──> claude-lark-plugin (MCP Server) ──> Claude Code
<── reply / edit / react ──<
```
The plugin connects to Feishu via the Lark SDK WebSocket client, receives messages in real time, enriches them with memory context, and forwards them to Claude Code as an MCP channel. Claude's responses are sent back through the Feishu IM API.
---