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
By ztxtxwd
Installation
npx -y open-feishu-mcp-serverConfiguration
{
"mcpServers": {
"open-feishu-mcp-server": {
"command": "npx",
"args": ["-y", "open-feishu-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes