Claude Notification Server
@charles-adedotun
Claude Notification Server について
MCP server for macOS notifications and sounds when Claude Desktop tasks complete.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"notifications-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Claude Notification Server?
Claude Notification Server is a macOS-focused MCP server that lets Claude Desktop or any MCP client trigger sound and visual notifications through a single task_status tool. It plays macOS system sounds and delivers visual alerts using terminal-notifier, AppleScript, PyObjC, or pync fallbacks.
How to use Claude Notification Server?
Install the package with pip install notifications-mcp-server. Optionally install visual dependencies with pip install "notifications-mcp-server[visual]" and (for terminal-notifier) run brew install terminal-notifier. Configure Claude Desktop to run the console script claude-notifications. Customize behavior with environment variables CLAUDE_START_SOUND, CLAUDE_COMPLETE_SOUND, CLAUDE_VISUAL_NOTIFICATIONS, and CLAUDE_NOTIFICATION_ICON.
Key features of Claude Notification Server
- Registers a
task_statusMCP tool. - Plays macOS system sounds with
afplay. - Sends visual notifications using multiple fallback methods.
- Supports separate start and completion sounds.
- Supports disabling visual notifications via an environment variable.
- Includes tests for the modular notification and sound managers.
Use cases of Claude Notification Server
- Notify the user when a long-running task in Claude Desktop finishes.
- Alert the user when a processing step starts.
- Integrate with Claude Desktop to get audio and visual feedback for tool calls.
FAQ from Claude Notification Server
What platforms does Claude Notification Server support?
Only macOS is supported. Linux and Windows are not implemented.
How do I install optional visual notification dependencies?
Run pip install "notifications-mcp-server[visual]" for PyObjC, or pip install "notifications-mcp-server[pync]" for pync. For terminal-notifier, install via Homebrew with brew install terminal-notifier.
Can I customize the notification sounds?
Yes. Set the CLAUDE_START_SOUND and CLAUDE_COMPLETE_SOUND environment variables to the path of any .aiff or .wav file. If not set, default macOS system sounds are used.
When do notifications actually trigger?
Notifications only fire when an MCP client or model calls the task_status tool. The server is not an automatic completion detector.
What command do I use in Claude Desktop configuration?
Use "command": "claude-notifications". This is the console script installed by the Python package.
「AI とエージェント」の他のコンテンツ
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
コメント