Bing Search MCP Server

Active

A Model Context Protocol (MCP) server for Microsoft Bing Search API integration, allowing AI assistants to perform web, news, and image searches.

Updated 8/8/2025
Key Features

What makes this MCP server special

Web search for general information
News search for recent events and timely information
Image search for visual content
Rate limiting to prevent API abuse
Comprehensive error handling

Requirements

uvx
Server Information

Status

Active

Version

1.0.0

License

MIT

Author

https://github.com/leehanchung

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

https://github.com/leehanchung/bing-search-mcp?tab=readme-ov-file#installation

2. Configuration

{
  "mcpServers": {
    "bing-search": {
      "command": "uvx",
      "args": [
        "/path/to/your/bing-search-mcp"
      ],
      "env": {
        "BING_API_KEY": "your-bing-api-key"
      }
    }
  }
}

3. Usage Example

-