feishu-mcp-server

isagoakira/feishu-mcp-server
★ 0 stars Rust 🤖 AI/LLM Updated today
A production-ready Feishu (Lark) MCP Server for AI Agents — search docs, manage tasks, and send messages natively via Model Context Protocol. Built in Rust with OAuth2, AES-256-GCM encrypted token storage, and sliding-window rate limiting.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "feishu-mcp-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "feishu-mcp-server"
      ]
    }
  }
}

README Excerpt

A production-ready [Feishu (Lark)](https://www.feishu.cn/) MCP Server built in Rust, enabling AI Agents (Claude Code, Cursor, Cline) to natively read and write Feishu data via the Model Context Protocol. - **Documents**: search, get, create, update, list Feishu cloud documents - **Tasks**: list, get, create, update status, complete tasks

Tools (13)

complete_taskcreate_documentcreate_taskget_documentget_messagesget_tasklist_documentslist_taskssearch_documentssearch_messagessend_messageupdate_documentupdate_task_status