MCP.so
登录
N

Notify Mcp

@longdog

关于 Notify Mcp

A lightweight Bash-based Model Context Protocol (MCP) server for sending desktop notifications via notify-send. This zero-dependency server enables AI assistants like Claude, Cursor, and VS Code to send system notifications directly to your Linux desktop.

基本信息

分类

开发工具

传输方式

stdio

发布者

longdog

提交者

Denis

配置

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

{
  "mcpServers": {
    "notify": {
      "command": "/home/username/notify-mcp/notify-mcp.sh",
      "args": []
    }
  }
}

工具

未检测到工具

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

概览

What is Notify Mcp?

Notify Mcp is a lightweight Bash-based Model Context Protocol (MCP) server that sends desktop notifications via notify-send. It enables AI assistants like Claude, Cursor, and VS Code to deliver system notifications to Linux desktops and macOS.

How to use Notify Mcp?

Clone the repository, make the script executable, and optionally add it to your PATH. Configure the server in your AI assistant’s MCP settings (Claude Desktop, Cursor, VS Code, or Gemini CLI) by specifying the absolute path to notify-mcp.sh as a command‑type stdio server. For testing, you can pipe JSON‑RPC requests directly to the script.

Key features of Notify Mcp

  • Zero‑dependency Bash MCP server (requires only notify-send and jq)
  • Sends Linux desktop and macOS notifications from AI assistants
  • Works with Claude Desktop, Cursor, VS Code, and Gemini CLI
  • Simple stdio‑based transport for direct interaction
  • Lightweight, single‑script implementation

Use cases of Notify Mcp

  • AI assistant notifies you when a long‑running task completes
  • Receive desktop alerts for code reviews or build failures from an IDE
  • Get a system toast when a CLI‑based AI session finishes a command
  • Trigger custom notifications from any MCP‑compatible agent

FAQ from Notify Mcp

What does Notify Mcp do?

It is an MCP server that calls the system’s notify-send command to display desktop notifications, allowing AI tools to pop up messages on Linux and macOS.

What prerequisites does Notify Mcp require?

A Linux system with libnotify (providing notify-send) or macOS, plus the jq command for JSON processing.

How do I install notify-send on Linux?

On Ubuntu/Debian: sudo apt-get install libnotify-bin. Fedora/RHEL: sudo dnf install libnotify. Arch: sudo pacman -S libnotify. Alt Linux: sudo apt-get install notify-send.

Which AI assistants can I use with Notify Mcp?

Claude Desktop, Cursor IDE, VS Code (via the GitHub Copilot extension), and Gemini CLI are explicitly documented.

Does Notify Mcp require internet or an API key?

No. The server runs locally using stdio transport; no network connection or authentication is needed.

评论

开发工具 分类下的更多 MCP 服务器