Feishu Business Operations
@haohanghao0321-cpu
About Feishu Business Operations
AI-native business operations MCP server for Feishu/Lark. 8 scenario-based tools for multidimensional tables (search, query, write, create, AI schema design) and approvals (list, alerts, stats).
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"feishu-scenarios": {
"command": "npx",
"args": [
"-y",
"feishu-scenarios-mcp"
],
"env": {
"FEISHU_APP_ID": "<你的飞书App ID>",
"FEISHU_APP_SECRET": "<你的飞书App Secret>",
"FEISHU_BITABLE_APP_TOKEN": "<你的多维表格App Token>",
"FEISHU_ENV": "feishu",
"FEISHU_USER_ID": "<你的飞书Open ID (可选)>",
"DEEPSEEK_API_KEY": "<你的DeepSeek Key (可选)>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Feishu Business Operations?
Feishu Business Operations is an AI-native MCP server for Feishu/Lark that provides eight scenario-based tools covering multidimensional tables (Bitable) and approvals. It enables search, query, write, create, AI schema design, approval tracking, alerts, and statistics, making it ideal for business operations teams automating workflows within Feishu.
How to use Feishu Business Operations?
Install globally via npm install -g feishu-scenarios-mcp or run directly with npx feishu-scenarios-mcp. Configure a .env file with your Feishu app credentials (FEISHU_APP_ID, FEISHU_APP_SECRET, and optionally FEISHU_BITABLE_APP_TOKEN, FEISHU_ENV, FEISHU_USER_ID, DEEPSEEK_API_KEY). For Claude Desktop, add the server to your claude_desktop_config.json with the same environment variables.
Key features of Feishu Business Operations
- Eight tools covering Bitable and approval workflows
- Full CRUD and search on multidimensional tables
- AI-powered table schema design using DeepSeek
- Approval instance query, alerts, and statistics
- Supports both Feishu and Lark environments
- WebSocket-based Feishu bot for mobile access
- Batch write with auto field-name matching and type conversion
Use cases of Feishu Business Operations
- Search and query Bitable tables and records by keywords or filters
- Update or insert records into Bitable with natural language commands
- Design new table schemas from a business description using AI
- Monitor approval bottlenecks and identify the slowest approvers
- Generate monthly approval pass-rate statistics
FAQ from Feishu Business Operations
What Feishu permissions are required?
The server needs approval:instance (read approval instances), bitable:app (access bitable), im:message (bot messaging), and `im:message:send
More Communication MCP servers
飞书MCP服务器
sdd330MCP server provides feishu related operations
slack-mcp-server
ubie-ossA Slack MCP server
MCP Teams Server
InditexTechAn MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.
Telegram MCP server
chaindeadTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.
Twilio MCP Monorepo
twilio-labsMonorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools
Comments