Skip to content
VS Code

Bing Search (Free) for VS Code

io.github.iridite/bing-search-free

Free Bing search MCP server - No API key required

client:VS Code transport:stdio runtime:pypi

Install Bing Search (Free) in VS Code

.vscode/mcp.json

{
  "servers": {
    "bing-search-free": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-bing-scraper"
      ]
    }
  }
}

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

Bing Search (Free) in other clients