mcp notify for Grok
io.github.mrfqcentic/mcp-notify
Minimal MCP server that plays a sound and shows a system banner when an AI agent finishes a task
client:Grok
transport:stdio
runtime:npm
Install mcp notify in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-notify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfqcentic/mcp-notify"
]
}
}
}
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