MCP Send to Feishu Server
Description
# MCP Send to Feishu Server [English](README.md) | [中文](README.zh.md) A MCP server that sends notifications to Feishu and WebSocket when agent tasks are completed. ## Features - Send notifications to Feishu webhook when tasks are completed - Send notifications to WebSocket…
About
# MCP Send to Feishu Server [English](README.md) | [中文](README.zh.md) A MCP server that sends notifications to Feishu and WebSocket when agent tasks are completed. ## Features - Send notifications to Feishu webhook when tasks are completed - Send notifications to WebSocket server - Log all notifications to a local…
Details
- Author
- byom
- Downloads
- 146
- Categories
- Communication
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Send to Feishu ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp send to feishu server": {
"mcp_server_send_to_feishu": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"mcp_server_send_to_feishu": {
"command": "uv",
"args": [
"venv"
]
}
}
MCP Send to Feishu Server
A MCP server that sends notifications to Feishu and WebSocket when agent tasks are completed.
Features
- Send notifications to Feishu webhook when tasks are completed
- Send notifications to WebSocket server
- Log all notifications to a local file
- Based on standard MCP protocol, integrates with various LLM clients
Installation
Install using uv package manager
```bash
git clone https://github.com/byom/mcp_server_send_to_feishu.git
cd mcp_server_send_to_feishu
uv venv
source .venv/Scripts/activate
uv pip install mcp-server-send-to-feishu
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



