Skip to main content
CommunicationTypeScript

ztxtxwd/open-feishu-mcp-server

A Model Context Protocol (MCP) server with built-in Feishu OAuth authentication, supporting remote connections and providing comprehensive Feishu document management tools including block creation, content updates, and advanced features.

communicationcloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ztxtxwd/open-feishu-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "open-feishu-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ztxtxwd/open-feishu-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
TypeScript
Author
ztxtxwd