MCP.so
ログイン

飞书MCP机器人

@Chenzhi-Ana

飞书MCP机器人 について

飞书MCP服务器,用于通过MCP协议向飞书发送消息

基本情報

カテゴリ

コミュニケーション

ランタイム

python

トランスポート

stdio

公開者

Chenzhi-Ana

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "feishu_mcp_server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@Chenzhi-Ana/feishu_mcp_server",
        "--client",
        "claude"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is 飞书MCP机器人?

飞书MCP机器人 is an MCP (Model Context Protocol) server that acts as a proxy between MCP clients (such as Claude or Cursor) and a Feishu (Lark) bot. It enables users to combine LLMs with Feishu bot functionality to execute business logic.

How to use 飞书MCP机器人?

Install automatically via Smithery (npx -y @smithery/cli install @Chenzhi-Ana/feishu_mcp_server --client claude) or manually. Run the server with uv --directory YOUR_PATH run bot.py --webhook YOUR_WEB_HOOK, replacing YOUR_PATH with your local path and YOUR_WEB_HOOK with your Feishu bot webhook URL.

Key features of 飞书MCP机器人

  • Proxies LLM requests to a Feishu bot via MCP
  • Supports clients like Claude and Cursor
  • Configuration via a single webhook parameter
  • Easy installation through Smithery or manual setup
  • Bridges AI models with Feishu business logic

Use cases of 飞书MCP机器人

  • Send automated Feishu messages or alerts triggered by an LLM
  • Execute Feishu bot commands in response to AI-driven conversations
  • Integrate Feishu workflows with Claude or Cursor agents

FAQ from 飞书MCP机器人

What is the purpose of 飞书MCP机器人?

It allows Claude or Cursor users to use a Feishu bot to execute business logic through the MCP protocol.

How do I configure the server?

Set a webhook URL for your Feishu bot and run the command uv --directory YOUR_PATH run bot.py --webhook YOUR_WEB_HOOK, replacing YOUR_PATH and YOUR_WEB_HOOK with your values.

Can I install 飞书MCP机器人 without Smithery?

Yes, you can install it manually by running the Python script directly; Smithery provides an automated alternative.

What clients does 飞书MCP机器人 work with?

It works with any MCP-compatible client, specifically mentioned for Claude and Cursor.

What transport does 飞书MCP机器人 use?

The server communicates via a webhook endpoint provided by the Feishu bot; the MCP client connects over standard MCP transport.

コメント

「コミュニケーション」の他のコンテンツ