Back to MCP Servers

Open Feishu

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.

communication

Installation

npx -y open-feishu-mcp-server

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub