agent-notifier
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agent-notifiernotify me when my code review agent finishes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agent Notifications
A tiny application that displays desktop notifications for any agent running locally or remotely, once they complete their work.

Download the latest release from the Releases page for your OS.
MCP Server: Add Agent Notifier as an MCP server in your agent framework of choice.
Agent Skill 💥: Optionally, add Agent Notifier as a skill to your agents to get notifications for specific tasks.
MCP Server
To use Agent Notifier, you need to add it as an MCP server in your agent framework of choice.
Claude Code
claude mcp add --transport http agent-notifier http://localhost:60766/mcpOpenCode
{
"mcp": {
"agent-notifier": {
"type": "remote",
"url": "http://localhost:60766/mcp",
"enabled": true
}
}
}Cursor
{
"mcpServers": {
"agent-notifier": {
"url": "http://localhost:60766/mcp"
}
}
}Codex
[mcp_servers.agent-notifier]
url = "http://localhost:60766/mcp"VS Code
"mcp": {
"servers": {
"agent-notifier": {
"type": "http",
"url": "http://localhost:60766/mcp"
}
}
}Windsurf
{
"mcpServers": {
"agent-notifier": {
"serverUrl": "http://localhost:60766/mcp"
}
}
}Related MCP server: mcp-notifications
Agent Skills
You can also add Agent Notifier as a skill to your agents using the following command:
npx skills add https://github.com/davidkelley/agent-notifier --skill notify-on-completionThis server cannot be deployed
Maintenance
Related MCP Connectors
Push notifications for AI agents - send instant iPhone notifications from any MCP client.
Let your AI agent notify you by email, Slack, Discord, or webhook. One tool: send_notification.
Recurring agent jobs that run on our servers and ping you only when the result changed.
Reach your own phone from an AI agent: notifications, approval questions, reminders, ring, files.
Related MCP Servers
- FlicenseAqualityDmaintenanceA server that enables agents to play notification sounds and desktop toasts, useful for notifying users when background tasks complete.32-
- AlicenseNot gradedqualityCmaintenanceEnables sending real-time and webhook notifications when AI agents complete tasks, with support for Discord, Slack, Teams, Feishu, Ntfy, and custom webhooks.6MIT
- AlicenseDqualityDmaintenanceEnables MCP agents to send desktop notifications for completed tasks, failures, and important updates, providing visible and reliable feedback.133 npm2Apache 2.0
- FlicenseAqualityDmaintenanceEnables AI agents to send cross-platform desktop notifications with priority levels, categories, and configurable duration.1-