Feishu/Lark OpenAPI MCPServer

larksuite
GitHub
FeishuLarkAPI Automation

Loading subscription status...

💡 Description

This toolkit is designed to quickly connect users to the Feishu/Lark platform, enabling efficient collaboration between AI agents and Feishu/Lark. It encapsulates Feishu/Lark Open Platform API interfaces as an MCP tool, allowing AI assistants to directly invoke these interfaces for various automation scenarios, including document processing, conversation management, and calendar scheduling.

📝 JSON Entries

{
  "mcpServers": [
    {
      "lark-mcp": {
        "args": [
          "-y",
          "@larksuiteoapi/lark-mcp",
          "mcp",
          "-a",
          "<your_app_id>",
          "-s",
          "<your_app_secret>"
        ],
        "command": "npx"
      }
    },
    {
      "lark-mcp": {
        "args": [
          "-y",
          "@larksuiteoapi/lark-mcp",
          "mcp",
          "-a",
          "<your_app_id>",
          "-s",
          "<your_app_secret>",
          "-u",
          "<your_user_token>"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠 Tools

Node.js

⚡ Features

  • Complete Feishu/Lark API toolkit with message management, group management, document manipulation, calendar events, and more.
  • Supports two-factor authentication for both app access tokens and user access tokens.
  • Flexible communication protocols with support for standard input/output stream mode and Server-Sent Events.

💬 Example Queries

  • Create a new document in Feishu
  • Schedule a meeting for tomorrow at 3 PM
  • Send a message to a group chat