cli (MCP Server)

GitHub

The official Lark/飞书 CLI tool, maintained by the larksuite team β€” built for humans and AI Agents. Covers core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 20+ AI Agent Skills.

16,476 stars Go MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "cli": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cli"
      ]
    }
  }
}