MCP ExplorerExplorer

Feishu Mcp Server

@Chenzhi-Anaon 9 months ago
5 MIT
FreeCommunity
AI Systems
# Feishu MCP Server The Feishu MCP Server is used to send messages to Feishu via the MCP (Message Communication Protocol).

Overview

What is Feishu Mcp Server

feishu_mcp_server is a server designed to send messages to Feishu via the MCP protocol, enabling users of Claude or Cursor to execute business logic using Feishu bots in conjunction with LLM models.

Use cases

Use cases for feishu_mcp_server include automating responses in customer service chats, integrating LLM capabilities for enhanced business workflows, and facilitating communication between different applications through Feishu bots.

How to use

To use feishu_mcp_server, configure it by replacing ‘YOUR_PATH’ and ‘YOUR_WEB_HOOK’ in the command: ‘uv --directory YOUR_PATH run bot.py --webhook YOUR_WEB_HOOK’. You can also install it automatically via Smithery with the command: ‘npx -y @smithery/cli install @Chenzhi-Ana/feishu_mcp_server --client claude’.

Key features

Key features of feishu_mcp_server include seamless integration with Claude and Cursor, the ability to process requests and interact with the Feishu API, and the flexibility to execute various business logics through Feishu bots.

Where to use

feishu_mcp_server can be used in various fields such as business automation, customer support, and any application requiring interaction with the Feishu messaging platform.

Content

飞书MCP机器人

smithery badge

目标

通过将飞书机器人用MCP server 代理,可以让cursor或者Claude的用户,可以结合LLM的模型后使用飞书机器人执行业务逻辑

+----------------+      +-------------+      +-------------+      +----------------+
|                |      |             |      |             |      |                |
| Claude/Cursor  |----->| MCP Client  |----->| MCP Server  |----->| 飞书机器人      |
|                |      |             |      |             |      |                |
+----------------+      +-------------+      +-------------+      +----------------+


调用流程说明:
1. Claude/Cursor 通过 MCP Client 发送请求
2. MCP Client 将请求转发给 MCP Server
3. MCP Server 处理请求并调用飞书机器人API
4. 飞书机器人与飞书API交互

``

## 配置
uv --directory YOUR_PATH run bot.py --webhook YOUR_WEB_HOOK

替换这两部分为你的路径和机器人地址即可

### Installing via Smithery

To install feishu_mcp_server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@Chenzhi-Ana/feishu_mcp_server):

```bash
npx -y @smithery/cli install @Chenzhi-Ana/feishu_mcp_server --client claude

Installing Manually

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers