MCP Send to Feishu Server

by byom

146 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Send to Feishu Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

English | 中文

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.