MCP Send to Feishu Server
@byom
About MCP Send to Feishu Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp_server_send_to_feishu": {
"command": "uv",
"args": [
"venv"
]
}
}
}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 Send to Feishu Server?
MCP Send to Feishu Server is a Model Context Protocol server that sends notifications to Feishu (Lark) and WebSocket when agent tasks are completed. It also logs all notifications to a local file. It is designed for users of LLM clients that support MCP, such as Claude Desktop and Cursor.
How to use MCP Send to Feishu Server?
Install the server via uv or pip, then configure it in your LLM client’s MCP settings (e.g., claude_desktop_config.json or .cursor/mcp.json). After configuration, add a prompt like finally, send me a notification when task finished. at the end of your task to trigger notifications.
Key features of MCP Send to Feishu Server
- Sends notifications to Feishu webhook on task completion
- Sends notifications to a WebSocket server
- Logs all notifications to a local JSON file
- Based on standard MCP protocol
- Works with Claude Desktop and Cursor
Use cases of MCP Send to Feishu Server
- Get a Feishu message when a long-running AI agent task finishes
- Integrate task completion alerts into a custom dashboard via WebSocket
- Maintain a local audit log of all agent notifications
FAQ from MCP Send to Feishu Server
What are the dependencies or runtime requirements?
The server requires Python and the uv package manager (or pip). It uses the MCP standard protocol and connects to a Feishu webhook and a WebSocket server.
Where are notifications logged?
Notifications are logged to a local file named notifications.log in JSON format, containing the title, message, and timestamp.
What webhook URL is used for Feishu?
The server is pre-configured with a Feishu webhook URL (https://www.feishu.cn/***). No custom webhook setup is described in the README.
What is the default WebSocket server?
The server connects by default to ws://localhost:8765.
Does the server support authentication or custom transports?
The README does not mention any authentication mechanisms. The server uses standard MCP stdio transport as shown in the Claude Desktop and Cursor configuration examples.
More Communication MCP servers
WhatsApp Web MCP
pnizerWhatsApp Web MCP Server
feishu-tools-mcp
Li-vienMCP server provides Feishu related operations to AI encoding agents such as cursor 飞书MCP插件,读取文档、发送消息、合同审批、数据处理.....
Email sending MCP 💌
resendThe official MCP server to send emails and interact with Resend
PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol
priyankarkPhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device co
Telegram MCP Server
kfastovTelegram user console client and archiver
Comments