Agent Notifier
БесплатноНе проверенSends desktop notifications when agents complete tasks, supporting local and remote agents.
Описание
Sends desktop notifications when agents complete tasks, supporting local and remote agents.
README
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/mcp
OpenCode
{
"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"
}
}
}
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-completion
Установка Agent Notifier
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/davidkelley/agent-notifierFAQ
Agent Notifier MCP бесплатный?
Да, Agent Notifier MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Agent Notifier?
Нет, Agent Notifier работает без API-ключей и переменных окружения.
Agent Notifier — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Agent Notifier в Claude Desktop, Claude Code или Cursor?
Открой Agent Notifier на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Agent Notifier with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
