Skip to content
VS Code

bing wallpaper mcp for VS Code

io.github.mrfentmen/bing-wallpaper-mcp

The daily Bing wallpaper image and its metadata. No key required.

client:VS Code transport:stdio runtime:npm

Install bing wallpaper mcp in VS Code

.vscode/mcp.json

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

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

bing wallpaper mcp in other clients