mcp notify for Windsurf
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:Windsurf
transport:stdio
runtime:npm
Install mcp notify in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-notify": {
"command": "npx",
"args": [
"-y",
"@mrfqcentic/mcp-notify"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs