GE Feishu Bridge Server (MCP)
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GE Feishu Bridge Server (MCP)search for Q1 planning document"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GE Feishu Bridge Server (MCP)
ge_feishu_bridge_server_mcp 是一个基于 FastAPI 和 Model Context Protocol (MCP) 架构搭建的飞书(Feishu / Lark)连接器桥接服务。
它作为 Gemini Engine (GE) 及各类支持 MCP 协议的 AI Agent 与飞书开放平台之间的桥梁,提供了高效的 MCP 工具调用接口、飞书 Token 校验以及强大的多类型飞书文档自适应读取与 Markdown 转译功能。
🌟 核心特性
标准 MCP 协议支持:支持基于 HTTP SSE (Server-Sent Events) 与 JSON-RPC 2.0 的 MCP 规范(接口路线
/mcp),无缝对接各类 MCP 客户端。自适应文档探针 (Adaptive Reader):
新版文档 (Docx):提取 Raw Content 富文本。
知识库 (Wiki Node):自动解译 Wiki 节点对应的实体
obj_token与obj_type并精准加载。电子表格 (Sheets):提取工作表数据并格式化为标准 Markdown 表格输出。
多维表格 (Bitable):解析数据表字段与记录,转译为直观的 Markdown 表格。
旧版文档 (Legacy Doc):兼容旧版文档 API。
快捷路由映射 (Shortcut Map):支持硬编码关键词元组(如
("4月", "日志"))直达特定飞书文档 Token,提高高频文档读取速度。友好鉴权与错误防护:精细化识别飞书授权错误码(如
20006,99991668等)。捕获 Token 失效时返回标准 JSON-RPC 友好错误信息,防止 HTTP 401 导致 MCP SSE 链接崩溃,并指导用户开启offline_access作用域重新登录。云原生云端部署:基于 Docker 与
httpx.AsyncClient异步连接池,默认绑定 8080 端口,完美兼容 Google Cloud Run 等无服务器容器托管平台。
Related MCP server: Feishu MCP Server
🛠️ MCP 工具说明
本服务向 MCP 客户端暴露以下工具(Tools):
工具名称 | 描述 | 入参 |
| 检查当前传入的飞书 Bearer Token 是否合法有效 | 无 |
| 根据关键词在飞书中搜索并自适应读取解析目标文档内容 |
|
🚀 快速开始
1. 本地运行
前置要求
Python 3.11+
安装依赖
pip install -r requirements.txt配置环境变量
复制环境模版并配置您的飞书应用凭证:
cp .env.example .env在 .env 中填写您的 FEISHU_APP_ID 和 FEISHU_APP_SECRET:
FEISHU_APP_ID=cli_xxxxxxxxxxxx
FEISHU_APP_SECRET=xxxxxxxxxxxxxxxxxxxxxxxx
PORT=8080
HOST=0.0.0.0启动服务
python main.py服务默认监听在 http://0.0.0.0:8080/mcp。
2. Docker 部署
# 构建镜像
docker build -t ge-feishu-bridge-server .
# 运行容器
docker run -d -p 8080:8080 --env-file .env ge-feishu-bridge-server🧪 单元测试
项目内置了针对 Sheets 与 Bitable 自适应读取转译逻辑的单元测试:
python test_adaptive_reader.py📂 项目结构
.
├── main.py # FastAPI + MCP 核心服务逻辑与飞书 API 自适应适配
├── test_adaptive_reader.py # Sheets 与 Bitable 读取能力的单元测试
├── Dockerfile # 容器化构建配置 (基于 python:3.11-slim)
├── requirements.txt # 项目 Python 依赖
├── .env.example # 环境变量模版
├── .gitignore # Git 忽略配置 (忽略 .env 密钥及缓存)
└── README.md # 项目说明文档This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceProvides access to Feishu (Lark) documents for AI-driven coding tools like Cursor, Windsurf, and Cline based on Model Context Protocol implementation.Last updated3,451710MIT
- Alicense-qualityDmaintenanceEnables Claude to read and interact with Feishu (Lark) documents, spreadsheets, and multi-dimensional tables. It provides tools for extracting content and metadata from various Feishu resources through secure OAuth or tenant-level authentication.Last updated3,4513MIT
- Alicense-qualityDmaintenanceEnables AI coding agents like Cursor and Claude Code to interact with Feishu (Lark) via the Model Context Protocol. It supports managing documents, sending messages, and searching knowledge bases directly through natural language commands.Last updated3,451MIT
- Flicense-qualityCmaintenanceEnables AI tools to extract Feishu documents (Docx/Wiki) via Feishu Open API and convert them to Markdown format with local image downloading and authentication.Last updated1
Related MCP Connectors
Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
Search your knowledge bases from any AI assistant using hybrid RAG.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lingshuangqq/ge_feishu_bridge_server_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server