
feishu-mcp-server
飞书多维表格
README
飞书 MCP 服务器
这是一个为飞书(Feishu/Lark)应用提供Model Context Protocol (MCP) 服务的实现,允许AI大模型通过工具调用与飞书API进行交互,目前主要支持多维表格操作。
功能特性
- 基于Model Context Protocol (MCP) TypeScript SDK
- 提供飞书多维表格操作工具
- 支持HTTP+SSE通信
已实现工具
create_record
在飞书多维表格中创建一条新记录
update_record
在飞书多维表格中更新一条记录
list_fiedls
获取多维表格数据表中的的所有字段
search_records
在多维表格中搜索符合条件的记录
delete_record
删除多维表格中的一条记录
create_bitable_app
创建一个新的飞书多维表格应用
create_table
创建飞书多维表格中的一个新数据表
Development
# Install dependencies
npm install
# Build
npm run build
# Dev
npm run dev
# run mcp stdio
node dist/index.js --config "{\"appId\":\"xxx\",\"appSecret\":\"xxx\"}"
# run mcp sse
node dist/index.js --sse --config "{\"appId\":\"xxx\",\"appSecret\":\"xxx\"}"
飞书API参考
许可证
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.