MCP Notify Server
@mkusaka
关于 MCP Notify Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome Mlops
visengerA curated list of references for MLOps
评论