MCP.so
Sign In

MCP Send to Feishu Server

@byom

About MCP Send to Feishu Server

No overview available yet

Basic information

Category

Communication

License

MIT license

Runtime

python

Transports

stdio

Publisher

byom

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.

Comments

More Communication MCP servers