lark-chat-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lark-chat-mcp持续监听飞书群 开发讨论"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lark-chat-mcp
飞书 ↔ Cursor / Claude 单会话远程聊天(v0.1.0)
你在飞书发消息,本机 Agent 通过 MCP 收到并流式回复——单群、单进程、零配置。
能做什么
方向 | 行为 |
飞书 → Agent |
|
Agent → 飞书 |
|
暂不支持多群并行
Related MCP server: feishu-mcp
如何使用
配置好mcp,会话中
/mcp确认是Connected输入:
> 持续监听飞书群 <随便起个群名>然后就可以远程指挥你的
Claude/Cursor了
前置
Node.js 18+
lark-cli 已
auth login(user + bot 均ready)飞书应用已订阅
im.message.receive_v1并发布
首次接入完整步骤见 docs/how_to_work.md。
安装
npm(推荐)
以 Claude Code 为例:
# 当前项目
claude mcp add lark-chat-mcp -- npx -y @eos./lark-chat-mcp
# 全局
claude mcp add lark-chat-mcp -s user -- npx -y @eos./lark-chat-mcp
claude mcp listCursor / Claude Desktop 配置:
{
"mcpServers": {
"lark-chat-mcp": {
"command": "npx",
"args": ["-y", "@eos./lark-chat-mcp"]
}
}
}重载 MCP 后 新开 Agent 会话,应看到 4 个工具。
源码开发
git clone https://github.com/gitByEOS/lark-chat-mcp
cd lark-chat-mcp
npm install
npm test # 期望全部通过本地调试时 args 用 server.mjs 绝对路径:
{
"mcpServers": {
"lark-chat-mcp": {
"command": "node",
"args": ["/绝对路径/lark-chat-mcp/server.mjs"]
}
}
}MCP 工具
工具 | 作用 |
|
|
| 阻塞等消息; |
| 流式卡片 |
|
|
单实例与事件消费
全机只能运行 一个 server.mjs:
第二实例会因
~/.lark-chat-mcp/server.lock直接退出同进程并发
watch返回watch_busy
ps aux | grep server.mjs # 应只有 1 个
lark-cli event status --json # active_consumers 应为 1环境变量(可选)
MCP 日常不用配。仅边缘场景:
变量 | 说明 |
| 群里只接收该用户( |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gitByEOS/lark-chat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server