This repository provides a Model Context Protocol (MCP) server for integrating the Microsoft Bing Search API, enabling AI assistants to perform web, news, and image searches. This repository provides a
This repository hosts a Model Context Protocol (MCP) server designed to integrate the Microsoft Bing Search API with AI assistants, enabling web, news, and image searches.
uv venv
, activate the virtual environment, and then uv pip install -e .
.Set the BING_API_KEY
and optionally BING_API_URL
environment variables.
Run the server using uv run -m mcp_server_bin_search
. Configure your MCP-compatible client (e.g., Claude Desktop) with the provided configuration.
Obtain an API key from the Microsoft Azure Portal by creating a Bing Search resource.
leehanchung/bing-search-mcp
March 15, 2025
March 22, 2025
Python