Back to MCP directory
publicPublicdnsLocal runtime

mcp-notify

一个简单的MCP服务器,用于发送桌面通知,目前支持macOS系统。

article

README

🚀 mcp-notify

mcp-notify 是一个简单的 MCP 服务器,主要功能是发送桌面通知,为用户带来便捷的信息提醒体验。

🚀 快速开始

mcp-notify 可在 macOS 系统上发送桌面通知,未来还计划支持 Linux 和 Windows 系统。

✨ 主要特性

  • 跨平台支持规划:当前支持 macOS 系统,未来会将支持范围拓展至 Linux 和 Windows 系统。
  • 参数灵活配置:依据 MCP 工具规范,可通过 titlemessage 参数灵活设置通知的标题和内容。

📦 安装指南

使用以下命令进行安装:

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

📚 详细文档

配置

针对 Cursor,可按如下方式进行配置:

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

使用说明

根据 MCP 工具规范,支持以下参数: | 参数 | 详情 | |------|------| | title | 通知的标题 | | message | 通知的内容 |

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client