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.
基本情報
設定
以下の設定を使って、このサーバーを 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-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.
「開発者ツール」の他のコンテンツ
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
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
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
コメント