返回市场
MCP通知服务器

MCP通知服务器

作者:5n76 星标更新:2025-03-16

项目介绍

mcp-notify

一个简单的MCP服务器,用于发送桌面通知。

支持的环境

当前支持:

  • macOS

未来版本计划支持Linux和Windows。

安装

go install github.com/5n7/mcp-notify@latest

配置

对于Cursor

{
  "mcpServers": {
    "notify": {
      "command": "/path/to/mcp-notify",
      "args": []
    }
  }
}

使用

根据MCP工具规范,以下参数可用:

  • title:通知的标题
  • message:通知的内容