Skip to content
VS Code

brightsky mcp for VS Code

io.github.mrfentmen/brightsky-mcp

German weather from DWD via Bright Sky. No key required.

client:VS Code transport:stdio runtime:npm

Install brightsky mcp in VS Code

.vscode/mcp.json

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

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

brightsky mcp in other clients