Stats
Actions
Tags
From ntfy-mcp-server
Connects to ntfy.sh push notification service, allowing Claude to send notifications to devices via ntfy topics. No authentication required for public topics.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ntfy-mcp-server": {
"command": "npx",
"args": [
"-y",
"ntfy-mcp-server"
],
"env": {
"MCP_TRANSPORT_TYPE": "stdio"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
MCP_TRANSPORT_TYPE=stdionpx claudepluginhub cyanheads/cyanheads --plugin ntfy-mcp-server