MCP.so
登录

MCP Notify Server

@mkusaka

关于 MCP Notify Server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

mkusaka

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-notify-server": {
      "command": "npx",
      "args": [
        "-y",
        "@mkusaka/mcp-notify-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Notify Server?

A lightweight MCP server that plays macOS system notification sounds when Cursor or Windsurf completes code generation or requires user approval.

How to use MCP Notify Server?

Install via npx -y @mkusaka/mcp-notify-server or npm install -g @mkusaka/mcp-notify-server. Then add the server to your Cursor configuration file and create a rule instructing the LLM to use the "notify" tool whenever user attention is needed.

Key features of MCP Notify Server

  • Uses macOS system notification sounds
  • Notifies when code generation is complete
  • Notifies when user approval is needed
  • Simple and lightweight setup
  • Configurable via Cursor rule file

Use cases of MCP Notify Server

  • Stay informed when a long-running code generation finishes without checking the editor
  • Get an audible prompt when the LLM requires your approval to run a tool
  • Receive completion notifications while multitasking or working in another window

FAQ from MCP Notify Server

What are the system requirements?

macOS and Node.js 18 or later are required. The server currently supports macOS only.

How do I install MCP Notify Server?

Run npx -y @mkusaka/mcp-notify-server or install globally with npm install -g @mkusaka/mcp-notify-server.

How do I configure it in Cursor?

Add a notify entry under mcpServers in ~/.cursor/config.json using npx with the package name as the argument.

Does it work on Windows or Linux?

No, the server only supports macOS due to its reliance on macOS system notification sounds.

How reliable are the notifications?

Sound notifications depend on the LLM’s judgment, which may result in unexpected timing, occasional missed notifications, or variations in behavior.

评论

其他 分类下的更多 MCP 服务器