Lark MCP Server
Lark MCP サーバー
Lark/Feishu API と統合され、LLM が Lark サービスと対話できるようにするモデル コンテキスト プロトコル (MCP) サーバー。
特徴
Lark の連絡先 API を使用して従業員情報を照会する
さらに多くの機能が近日中に登場します...
Related MCP server: Feishu MCP Server
前提条件
Node.js 16以上
App ID と App Secret を持つ Lark/Feishu アプリケーション
Claude for Desktopまたは他の MCP クライアント
インストール
npm install
npm run build使用法
サーバーは 2 つの方法で実行できます。
1. コマンドライン引数の使用(推奨)
npx lark-mcp <app_id> <app_secret><app_id>と<app_secret>を Lark アプリケーションの資格情報に置き換えます。
2. 環境変数の使用
export LARK_APP_ID=your_app_id
export LARK_APP_SECRET=your_app_secret
npx lark-mcp利用可能なツール
ユーザー情報を取得する
ID を使用して従業員情報を取得します。
Claude での使用例:
Please look up employee information for ID 12345発達
リポジトリをクローンする
依存関係をインストールします:
npm installプロジェクトをビルドします。
npm run build開発モードでサーバーを起動します。
npm run dev
構成
サーバーは、次の順序で資格情報を優先順位付けします。
コマンドライン引数
環境変数
デフォルト値(ある場合)
エラー処理
サーバーは起動前に資格情報を検証します
APIエラーは適切に処理され、クライアントに返されます
詳細なエラーメッセージはトラブルシューティングに役立ちます
ライセンス
マサチューセッツ工科大学
貢献
リポジトリをフォークする
機能ブランチを作成する
変更をコミットする
ブランチにプッシュする
新しいプルリクエストを作成する
This server cannot be deployed
Maintenance
Related MCP Connectors
API-first CRM for LLMs - contacts, companies, deals and activities over a native MCP server.
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA 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.236-
- AlicenseNot gradedqualityCmaintenanceA zero-configuration MCP server enabling AI assistants to interact with Feishu (Lark) workspace through OAuth authentication, supporting document operations, content creation, and advanced file management.12 npmMIT
- AlicenseNot gradedqualityFmaintenanceA remote Model Context Protocol server for Feishu (Lark) that supports OAuth authentication and deployment on Cloudflare Workers. It allows AI clients to interact with Feishu documents, perform content searches, and manage document blocks with a zero-configuration experience.86MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI assistants to search, read, create, and update Feishu/Lark documents and wiki pages. It facilitates seamless document management and wiki searches through OAuth-authenticated API access.12 npm-