Back to directory
junyuan-qi/lark-mcp-server

junyuan-qi/lark-mcp-server

@junyuan-qi

Lark/飞书 MCP 服务器,支持发送消息、查询日历事件、创建日历事件、添加参与者

larkfeishu飞书calendarmessagingmcp-servercollaborationcloud

Installation & Configuration

{
  "mcpServers": {
    "lark-mcp-server": {
      "command": "node",
      "args": [
        "/path/to/lark-mcp-server/build/index.js"
      ],
      "env": {
        "LARK_APP_ID": "your_app_id",
        "LARK_APP_SECRET": "your_app_secret",
        "LARK_USER_ID": "target_user_id",
        "LARK_CALENDAR_ID": "target_calendar_id",
        "LARK_USER_ACCESS_TOKEN": "your_user_access_token"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/17
Updated
2026/6/17