Back to directory
chenningling/feishu-webhook-mcp

chenningling/feishu-webhook-mcp

@chenningling

基于MCP协议的飞书消息发送服务,可以通过Webhook向飞书自定义机器人发送消息

feishuwebhookmessagingnotificationschatbot飞书tool

Installation & Configuration

{
  "mcpServers": {
    "feishu-webhook": {
      "command": "python",
      "args": [
        "/绝对路径/到/feishu-webhook/server.py"
      ],
      "env": {
        "FEISHU_WEBHOOK_URL": "https://open.feishu.cn/open-apis/bot/v2/hook/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15