leehanchung/bing-search-mcp
by Various
MCP Server for Bing Search API
MCP
leehanchung/bing-search-mcp
Added 1 June 2026
Overview
A Python-based MCP server that wraps the Bing Search API, enabling AI agents to perform web searches through the Model Context Protocol. It provides a standardized interface for querying Bing and returning results.
Best for
Best for
Developers building MCP-compatible AI agents that need web search
Use cases
- Integrating web search into AI assistants
- Enabling real-time information retrieval for agents
- Adding Bing search capability to MCP-compatible tools
How to use
Install
uvx bing-search-mcp Tools exposed
bing_web_searchbing_news_searchbing_image_search
Tested with
Claude Desktop, Cursor
Example client config
{\n "mcpServers": {\n "bing-search": {\n "command": "uvx",\n "args": [\n "/path/to/your/bing-search-mcp"\n ],\n "env": {\n "BING_API_KEY": "your-bing-api-key"\n }\n }\n }\n} Notes
A Python-based MCP server that wraps the Bing Search API, enabling AI agents to perform web searches through the Model Context Protocol. It provides a standardized interface for querying Bing and returning results.
78 stars on GitHub. Last updated 2025-04-04. Licensed MIT.
Use cases
- Integrating web search into AI assistants
- Enabling real-time information retrieval for agents
- Adding Bing search capability to MCP-compatible tools
Pros
- Simple setup with standard MCP integration
- Leverages Bing’s search index
- Open source with Python codebase
Cons
- Requires a Bing Search API key and subscription
- Limited to Bing’s search capabilities and quotas
- Relatively small community (78 stars)
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple setup with standard MCP integration
- Leverages Bing's search index
- Open source with Python codebase
Cons
- Requires a Bing Search API key and subscription
- Limited to Bing's search capabilities and quotas
- Relatively small community (78 stars)
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.