Skip to content
Cursor

bing wallpaper mcp for Cursor

io.github.mrfentmen/bing-wallpaper-mcp

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

client:Cursor transport:stdio runtime:npm

Install bing wallpaper mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

bing wallpaper mcp in other clients