Feishu Mcp
@DarkNoah
关于 Feishu Mcp
飞书多维表格mcp
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"feishu-mcp": {
"command": "node",
"args": [
"dist/index.js",
"--config",
"{\"appId\":\"xxx\",\"appSecret\":\"xxx\"}"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Feishu Mcp?
Feishu Mcp is an implementation of the Model Context Protocol (MCP) for Feishu (Lark) applications. It allows AI models to interact with Feishu APIs through tool calls, currently focusing on operations for bitable (multidimensional tables).
How to use Feishu Mcp?
Install dependencies with npm install, then build with npm run build. Run the server in stdio mode using node dist/index.js --config '{"appId":"xxx","appSecret":"xxx"}' or in SSE mode by adding the --sse flag. You need a Feishu app with valid appId and appSecret credentials.
Key features of Feishu Mcp
- Built on the Model Context Protocol TypeScript SDK
- Provides tools for creating, updating, searching, and deleting bitable records
- Supports listing fields and creating new bitable apps and tables
- Communicates via HTTP+SSE or stdio transport
Use cases of Feishu Mcp
- Automate data entry into Feishu bitables based on AI model decisions
- Update existing records in a Feishu bitable from AI-driven workflows
- Search and retrieve specific records from a Feishu bitable
- Manage the structure of Feishu bitable apps and their tables programmatically
FAQ from Feishu Mcp
What does Feishu Mcp do?
Feishu Mcp enables AI models to perform operations on Feishu bitables by exposing MCP tools that call Feishu APIs.
What transport modes are supported?
The server can run in stdio mode (standard input/output) or SSE mode (Server-Sent Events over HTTP).
What are the runtime dependencies?
You need Node.js and npm to install and run the server. You also require a Feishu app with appId and appSecret for API authentication.
Does Feishu Mcp support all Feishu APIs?
Currently the implementation primarily supports bitable (multidimensional table) operations. Full Feishu API coverage is not yet available.
How do I configure the server?
Pass a JSON config string with appId and appSecret via the --config argument when starting the server.
沟通协作 分类下的更多 MCP 服务器
Email sending MCP 💌
ykhliThe official MCP server to send emails and interact with Resend
MCP Communicator (Telegram)
qpd-vAn MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
Gmail
shinzo-labsMCP Implementation for Gmail Services
Discord MCP Server
hanwegMCP server for discord bot
Modular Outlook MCP Server
ryakerMCP server for Claude to access Outlook data via Microsoft Graph API
评论