Skip to content
VS Code

bom mcp for VS Code

io.github.mrfentmen/bom-mcp

Keyless BOM Australia forecasts and station observations.

client:VS Code transport:stdio runtime:npm

Install bom mcp in VS Code

.vscode/mcp.json

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

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

bom mcp in other clients