Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub cyanheads/cyanheads --plugin ntfy-mcp-serverCopy 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=stdioShare bugs, ideas, or general feedback.