teddyzxcv/ntfy-mcp
Platform-specific configuration:
{
"mcpServers": {
"ntfy-mcp": {
"command": "npx",
"args": [
"-y",
"ntfy-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Welcome to ntfy-mcp, the MCP server that keeps you caffeinated and informed! šāļø
This handy little server integrates with the Model Context Protocol to send you delightful ntfy notifications whenever your AI assistant completes a task. Because let's face it - you deserve that tea break while your code writes itself.
<a href="https://glama.ai/mcp/servers/@teddyzxcv/ntfy-mcp"> </a>
git clone https://github.com/teddyzxcv/ntfy-mcp.git
cd ntfy-mcpnpm installnpm run buildChoose your adventure:
Manual Start:
npm startCline Configuration:
"ntfy-mcp": {
"command": "node",
"args": [
"/path/to/ntfy-mcp/build/index.js"
],
"env": {
"NTFY_TOPIC": "<your topic name>"
},
"autoApprove": [
"notify_user" // Highly recommended for maximum chill
]
}Write a prompt like this, otherwise the function won't call (tried use Custom Instructions in cline, but they are in the ring 3, so model just forget about it)
Write me a hello world in python, notify me when the task is doneāļøšµ Your notification will arrive when the task is complete. No peeking!
This MCP server integrates seamlessly with the Model Context Protocol, acting as your personal notification butler. When tasks are completed, it sends notifications via ntfy, keeping you informed without interrupting your flow.
Loading reviews...