ntfy for Grok
io.github.ni-c/ntfy-mcp
Publish ntfy notifications, read the message cache, and manage users and topic access
client:Grok
transport:stdio
runtime:npm
Install ntfy in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ntfy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ni-c/ntfy-mcp"
],
"env": {
"NTFY_URL": "<NTFY_URL>",
"NTFY_TOKEN": "<NTFY_TOKEN>",
"NTFY_USERNAME": "<NTFY_USERNAME>",
"NTFY_PASSWORD": "<NTFY_PASSWORD>",
"NTFY_TOPICS": "<NTFY_TOPICS>",
"NTFY_READ_ONLY": "<NTFY_READ_ONLY>",
"NTFY_INSECURE_TLS": "<NTFY_INSECURE_TLS>",
"NTFY_ALLOW_TOOLS": "<NTFY_ALLOW_TOOLS>",
"NTFY_DENY_TOOLS": "<NTFY_DENY_TOOLS>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs