Bing Search MCP Server
@leehanchung
关于 Bing Search MCP Server
MCP Server for Bing Search API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"bing-search": {
"command": "uvx",
"args": [
"bing-search-mcp"
],
"env": {
"BING_API_KEY": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Bing Search MCP Server?
Bing Search MCP Server is a Model Context Protocol (MCP) server that integrates with the Microsoft Bing Search API, allowing AI assistants to perform web, news, and image searches directly.
How to use Bing Search MCP Server?
Install dependencies with uv, set the BING_API_KEY environment variable, and run uvx bing-search-mcp. Configure the server in an MCP-compatible client (e.g., Claude Desktop) by adding the appropriate entry to the client's configuration JSON file.
Key features of Bing Search MCP Server
- 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
Use cases of Bing Search MCP Server
- An AI assistant performing real-time web searches for up-to-date facts
- Fetching breaking news articles on a given topic
- Retrieving images related to a user query for visual answers
FAQ from Bing Search MCP Server
What are the requirements to run the Bing Search MCP Server?
Python 3.10 or higher, a Microsoft Bing Search API key, and an MCP-compatible client such as Claude Desktop or Cursor.
How do I get a Bing Search API key?
Visit the Microsoft Azure Portal, create a new Bing Search resource, then find your API key under the "Keys and Endpoint" section of that resource.
How do I configure the server with Claude for Desktop?
Add an entry to the Claude Desktop configuration file (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json) with the command uvx, the path to the server, and the BING_API_KEY environment variable.
What search tools are provided?
Three tools are available: bing_web_search, bing_news_search, and bing_image_search. Each accepts parameters such as query, count, market, and (for news) freshness.
Does the server include rate limiting?
Yes, the server implements rate limiting to prevent API abuse and ensure fair usage.
搜索 分类下的更多 MCP 服务器
Brave Search
modelcontextprotocolModel Context Protocol Servers
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
SerpApi MCP Server
ilyazubSerpApi MCP Server for Google and other search engine results
MCP SearXNG Enhanced Server
OvertliDSEnhanced MCP server for SearXNG: category-aware web-search, web-scraping, and date/time retrieval.
🚀 OneSearch MCP Server: Web Search & Crawl & Scraper & Extract
yokingma🚀 OneSearch MCP Server: Web Search & Scraper & Extract, Support agent-browser, SearXNG, Tavily, DuckDuckGo, Bing, etc.
评论