Skip to content
VS Code

open notify mcp for VS Code

io.github.mrfentmen/open-notify-mcp

People currently in space from Open Notify. No key required.

client:VS Code transport:stdio runtime:npm

Install open notify mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "open-notify-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "open-notify-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

open notify mcp in other clients