Feishu MCP ServerServer

sdd330
GitHub
MCPFeishuAI Integration

Loading subscription status...

💡 Description

An MCP-based service that enables AI models to seamlessly interact with Feishu (Lark) platform, supporting document reading and chatbot messaging capabilities.

📝 JSON Entries

{
  "mcpServers": [
    {
      "feishu-mcp-server": {
        "env": {
          "FEISHU_APP_ID": "your_app_id",
          "FEISHU_APP_SECRET": "your_app_secret"
        },
        "args": [
          "--feishu-app-id",
          "your_app_id",
          "--feishu-app-secret",
          "your_app_secret"
        ],
        "command": "node dist/index.js"
      }
    }
  ]
}

🛠️ Tools

pnpmTypeScript

Features

  • Document service to read Feishu document content and metadata
  • Chatbot service to send messages and interaction cards to Feishu chats
  • Manage group chats and conversations
  • Supports STDIO and HTTP modes for communication

💬 Example Queries

  • Get the raw content of a specific Feishu document
  • Send a text message to a Feishu chat
  • Retrieve metadata of a Feishu document