Skip to content

mcp notifications for Zed

io.github.topvisor/mcp-notifications

MCP server for desktop notifications over stdio

client:Zed transport:stdio runtime:npm

Install mcp notifications in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-notifications": {
      "command": "npx",
      "args": [
        "-y",
        "@topvisor/mcp-notifications"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp notifications in other clients