飞书MCP机器人
@Chenzhi-Ana
关于 飞书MCP机器人
飞书MCP服务器,用于通过MCP协议向飞书发送消息
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"feishu_mcp_server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@Chenzhi-Ana/feishu_mcp_server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 飞书MCP机器人?
飞书MCP机器人 is an MCP (Model Context Protocol) server that acts as a proxy between MCP clients (such as Claude or Cursor) and a Feishu (Lark) bot. It enables users to combine LLMs with Feishu bot functionality to execute business logic.
How to use 飞书MCP机器人?
Install automatically via Smithery (npx -y @smithery/cli install @Chenzhi-Ana/feishu_mcp_server --client claude) or manually. Run the server with uv --directory YOUR_PATH run bot.py --webhook YOUR_WEB_HOOK, replacing YOUR_PATH with your local path and YOUR_WEB_HOOK with your Feishu bot webhook URL.
Key features of 飞书MCP机器人
- Proxies LLM requests to a Feishu bot via MCP
- Supports clients like Claude and Cursor
- Configuration via a single webhook parameter
- Easy installation through Smithery or manual setup
- Bridges AI models with Feishu business logic
Use cases of 飞书MCP机器人
- Send automated Feishu messages or alerts triggered by an LLM
- Execute Feishu bot commands in response to AI-driven conversations
- Integrate Feishu workflows with Claude or Cursor agents
FAQ from 飞书MCP机器人
What is the purpose of 飞书MCP机器人?
It allows Claude or Cursor users to use a Feishu bot to execute business logic through the MCP protocol.
How do I configure the server?
Set a webhook URL for your Feishu bot and run the command uv --directory YOUR_PATH run bot.py --webhook YOUR_WEB_HOOK, replacing YOUR_PATH and YOUR_WEB_HOOK with your values.
Can I install 飞书MCP机器人 without Smithery?
Yes, you can install it manually by running the Python script directly; Smithery provides an automated alternative.
What clients does 飞书MCP机器人 work with?
It works with any MCP-compatible client, specifically mentioned for Claude and Cursor.
What transport does 飞书MCP机器人 use?
The server communicates via a webhook endpoint provided by the Feishu bot; the MCP client connects over standard MCP transport.
沟通协作 分类下的更多 MCP 服务器
Mcp Telegram
dryeabMCP Server for Telegram
feishu-tools-mcp
Li-vienMCP server provides Feishu related operations to AI encoding agents such as cursor 飞书MCP插件,读取文档、发送消息、合同审批、数据处理.....
mcp-email-server
ai-zerolabIMAP and SMTP via MCP Server
Outlook MCP Server
Wallisking1991Telegram MCP server
chaindeadTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.
评论