Notify Mcp
@longdog
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"notify": {
"command": "/home/username/notify-mcp/notify-mcp.sh",
"args": []
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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-sendandjq) - 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.
More Developer Tools MCP servers
Huoshan Test
volcenginetest
prysmaticlabsGo implementation of Ethereum proof of stake
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Comments