Lark MCP サーバー
Lark/Feishu API と統合され、LLM が Lark サービスと対話できるようにするモデル コンテキスト プロトコル (MCP) サーバー。
特徴
Lark の連絡先 API を使用して従業員情報を照会する
さらに多くの機能が近日中に登場します...
前提条件
Node.js 16以上
App ID と App Secret を持つ Lark/Feishu アプリケーション
Claude for Desktopまたは他の MCP クライアント
インストール
使用法
サーバーは 2 つの方法で実行できます。
1. コマンドライン引数の使用(推奨)
<app_id>
と<app_secret>
を Lark アプリケーションの資格情報に置き換えます。
2. 環境変数の使用
利用可能なツール
ユーザー情報を取得する
ID を使用して従業員情報を取得します。
Claude での使用例:
発達
リポジトリをクローンする
依存関係をインストールします:
npm installプロジェクトをビルドします。
npm run build開発モードでサーバーを起動します。
npm run dev
構成
サーバーは、次の順序で資格情報を優先順位付けします。
コマンドライン引数
環境変数
デフォルト値(ある場合)
エラー処理
サーバーは起動前に資格情報を検証します
APIエラーは適切に処理され、クライアントに返されます
詳細なエラーメッセージはトラブルシューティングに役立ちます
ライセンス
マサチューセッツ工科大学
貢献
リポジトリをフォークする
機能ブランチを作成する
変更をコミットする
ブランチにプッシュする
新しいプルリクエストを作成する
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/Feishu サービスと対話できるようにするサーバー。現在、Lark の連絡先 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