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.
Quick Start
Clone the repository:
git clone https://github.com/ztxtxwd/open-feishu-mcp-serverClaude 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.