为 Cursor、Windsurf、Cline 和其他 AI 驱动的编码工具提供访问、编辑和结构化处理飞书文档的能力,基于 Model Context Protocol 服务器实现。
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": {
"command": "npx",
"args": [
"-y",
"cso1z/Feishu-MCP"
]
}
}
}
Run in terminal:
claude mcp add feishu-mcp npx -y cso1z/Feishu-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"feishu-mcp": {
"command": "npx",
"args": [
"-y",
"cso1z/Feishu-MCP"
]
}
}
}