lark-mcp-server

YuanZhiTech/lark-mcp-server
★ 0 stars Python Code/Dev Tools Updated today
飞书 MCP Server — 让任何 MCP 客户端通过标准协议操作飞书。基于 lark-cli,支持发送消息、回复、群聊管理、日历查询等。
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lark-mcp-server": {
      "command": "uvx",
      "args": [
        "lark-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install lark-mcp-server