飞书MCP机器人
@Chenzhi-Ana
About 飞书MCP机器人
飞书MCP服务器,用于通过MCP协议向飞书发送消息
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"feishu_mcp_server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@Chenzhi-Ana/feishu_mcp_server",
"--client",
"claude"
]
}
}
}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 飞书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.
More Communication MCP servers
MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
Modular Outlook MCP Server
ryakerMCP server for Claude to access Outlook data via Microsoft Graph API
Discord MCP Server
hanwegMCP server for discord bot
WhatsApp Web MCP
pnizerWhatsApp Web MCP Server
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
Comments