mcp notify for VS Code
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:VS Code
transport:stdio
runtime:npm
Install mcp notify in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-notify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfqcentic/mcp-notify"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs