Skip to main content
Glama

Lark MCP Server

by lorrylockie

Lark MCP サーバー

Lark/Feishu API と統合され、LLM が Lark サービスと対話できるようにするモデル コンテキスト プロトコル (MCP) サーバー。

特徴

  • Lark の連絡先 API を使用して従業員情報を照会する
  • さらに多くの機能が近日中に登場します...

前提条件

  • 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

発達

  1. リポジトリをクローンする
  2. 依存関係をインストールします:
    npm install
  3. プロジェクトをビルドします。
    npm run build
  4. 開発モードでサーバーを起動します。
    npm run dev

構成

サーバーは、次の順序で資格情報を優先順位付けします。

  1. コマンドライン引数
  2. 環境変数
  3. デフォルト値(ある場合)

エラー処理

  • サーバーは起動前に資格情報を検証します
  • APIエラーは適切に処理され、クライアントに返されます
  • 詳細なエラーメッセージはトラブルシューティングに役立ちます

ライセンス

マサチューセッツ工科大学

貢献

  1. リポジトリをフォークする
  2. 機能ブランチを作成する
  3. 変更をコミットする
  4. ブランチにプッシュする
  5. 新しいプルリクエストを作成する
-
security - not tested
F
license - not found
-
quality - not tested

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 を介して従業員情報のクエリをサポートしています。

  1. 特徴
    1. 前提条件
      1. インストール
        1. 使用法
          1. コマンドライン引数の使用(推奨)
          2. 環境変数の使用
        2. 利用可能なツール
          1. ユーザー情報を取得する
        3. 発達
          1. 構成
            1. エラー処理
              1. ライセンス
                1. 貢献

                  Related MCP Servers

                  • A
                    security
                    A
                    license
                    A
                    quality
                    A Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.
                    Last updated -
                    10
                    77
                    Python
                    MIT License
                  • -
                    security
                    -
                    license
                    -
                    quality
                    A Model Context Protocol server that enables LLMs to interact with Ramp's financial data by retrieving, analyzing, and running tasks through Ramp's Developer API, using an in-memory SQLite database to overcome token limitations.
                    Last updated -
                    14
                    Python
                    MIT License
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A Model Context Protocol Server that enables LLMs to interact with and execute REST API calls through natural language prompts, supporting GET/PUT/POST/PATCH operations on configured APIs.
                    Last updated -
                    5
                    Python
                    Apache 2.0
                  • -
                    security
                    F
                    license
                    -
                    quality
                    A server that manages conversation context for LLM interactions, storing recent prompts and providing relevant context for each user via REST API endpoints.
                    Last updated -
                    645
                    TypeScript

                  View all related MCP servers

                  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/lorrylockie/lark-mcp'

                  If you have feedback or need assistance with the MCP directory API, please join our Discord server