AgentHubAgentHub

飞书/Lark

MCP ServerMCP Hub 中国

io.mcp-cn.larksuiteoapi/lark-mcp · vlatest

飞书/Lark官方OpenAPI MCP工具,支持文档处理、对话管理、日历调度等自动化场景

概览

飞书/Lark 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

飞书LarkMCPOpenAPI文档对话日历自动化

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "lark-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@larksuiteoapi/lark-mcp"
      ],
      "env": {
        "APP_ID": "<APP_ID>",
        "APP_SECRET": "<APP_SECRET>",
        "LARK_TOOLS": "<LARK_TOOLS>"
      }
    }
  }
}

环境变量

APP_ID必填

cli_a1234567890

APP_SECRET必填secret

1234567890

LARK_TOOLS必填

preset.default

相关资源

统一 Manifest

{
  "id": "io.mcp-cn.larksuiteoapi/lark-mcp",
  "type": "mcp-server",
  "version": "latest",
  "displayName": "飞书/Lark",
  "description": "飞书/Lark官方OpenAPI MCP工具,支持文档处理、对话管理、日历调度等自动化场景",
  "author": {
    "name": "chenli.idevlab"
  },
  "homepage": "https://mcp-cn.com/server/128",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@larksuiteoapi/lark-mcp",
        "runtimeHint": "npx",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "APP_ID",
            "description": "cli_a1234567890",
            "isRequired": true,
            "isSecret": false
          },
          {
            "name": "APP_SECRET",
            "description": "1234567890",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "LARK_TOOLS",
            "description": "preset.default",
            "isRequired": true,
            "isSecret": false
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [
    "use_count:11299",
    "飞书",
    "Lark",
    "MCP",
    "OpenAPI",
    "文档",
    "对话",
    "日历",
    "自动化"
  ],
  "provenance": {
    "origin": "mcp-cn",
    "originalId": "@larksuiteoapi/lark-mcp",
    "originalUrl": "https://mcp-cn.com/server/128",
    "isOfficial": false,
    "status": "active"
  }
}
飞书/Lark — MCP Server 安装与配置 · AgentHub