Skip to content
Zed

Bing Search (Free) for Zed

io.github.iridite/bing-search-free

Free Bing search MCP server - No API key required

client:Zed transport:stdio runtime:pypi

Install Bing Search (Free) in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Bing Search (Free) in other clients