Lark MCP 服务器
与 Lark/飞书 API 集成的模型上下文协议 (MCP) 服务器,允许 LLM 与 Lark 服务进行交互。
特征
使用 Lark 的 Contact API 查询员工信息
更多功能即将推出...
先决条件
Node.js 16 或更高版本
一个带有 App ID 和 App Secret 的 Lark/飞书应用
Claude 桌面版或其他 MCP 客户端
安装
用法
您可以通过两种方式运行服务器:
1. 使用命令行参数(推荐)
将<app_id>
和<app_secret>
替换为您的 Lark 应用程序凭据。
2.使用环境变量
可用工具
获取用户信息
使用员工 ID 检索员工信息。
Claude 中的用法示例:
发展
克隆存储库
安装依赖项:
npm install构建项目:
npm run build以开发模式启动服务器:
npm run dev
配置
服务器按以下顺序确定凭证的优先级:
命令行参数
环境变量
默认值(如果有)
错误处理
服务器将在启动前验证凭据
API 错误得到正确处理并返回给客户端
详细的错误消息有助于故障排除
执照
麻省理工学院
贡献
分叉存储库
创建你的功能分支
提交你的更改
推送到分支
创建新的 Pull 请求
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
一个支持 LLM 与 Lark/飞书服务交互的服务器,目前支持通过 Lark 的 Contact API 查询员工信息。
Related MCP Servers
- -securityAlicense-qualityAn MCP-based service that enables AI models to seamlessly interact with Feishu (Lark) platform, supporting document reading and chatbot messaging capabilities.Last updated -442MIT License
- -securityFlicense-qualityA Model Context Protocol server that enables AI models to perform function calls through Feishu/Lark messaging platform, using your personal account (no bot configuration needed) to create a full-featured AI assistant.Last updated -120
Feishu/Lark OpenAPI MCPofficial
-securityAlicense-qualityA toolkit that enables AI assistants to directly call Feishu/Lark API interfaces for automation scenarios like document processing, conversation management, and calendar scheduling.Last updated -1,645227MIT License- -securityFlicense-qualityA Model Context Protocol server that provides LLMs with read and write access to Feishu Base (飞书多维表格) databases, enabling them to inspect schemas and manipulate records through natural language.Last updated -46