Loading...

This MCP server provides access to Bing Search's web, news, and image search capabilities, enabling AI assistants to retrieve information from the internet.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server provides access to Bing Search's web, news, and image search capabilities, enabling AI assistants to retrieve information from the internet.
This MCP server is relatively safe due to its read-only nature and reliance on the Bing Search API. However, proper API key management is crucial, and users should be aware of the potential for inaccurate information in search results. It's safe for general use but requires monitoring for API usage and result accuracy.
Performance depends on the Bing Search API's response times and network latency. Consider optimizing queries for efficiency.
Cost is primarily determined by Bing Search API usage. Monitor API usage to manage expenses.
uvx bing-search-mcp{
"mcpServers": {
"bing-search": {
"command": "uvx",
"args": [
"/path/to/your/bing-search-mcp"
],
"env": {
"BING_API_KEY": "your-bing-api-key"
}
}
}
}BING_API_KEYBING_API_URLbing_web_searchPerforms a general web search and returns relevant results.
Read-only operation; retrieves information without modifying any data.
bing_news_searchSearches for news articles and current events based on a query.
Read-only operation; retrieves news information without modifying any data.
bing_image_searchSearches for images based on a query.
Read-only operation; retrieves image results without modifying any data.
API Key
cloud
This MCP server is relatively safe due to its read-only nature and reliance on the Bing Search API. However, proper API key management is crucial, and users should be aware of the potential for inaccurate information in search results. It's safe for general use but requires monitoring for API usage and result accuracy.
The server only provides read-only access to search functionalities, limiting the potential for unintended actions.
Production Tip
Monitor API usage to avoid rate limiting and ensure the API key is securely stored and rotated periodically.
It provides access to Bing Search's web, news, and image search functionalities for AI assistants.
You can obtain an API key by creating a Bing Search resource in the Microsoft Azure Portal.
Rate limits vary depending on your Azure subscription and the specific API tier. Refer to the Azure portal for details.
You need to add a configuration block to your Claude Desktop configuration file, specifying the command and environment variables.
You can retrieve web search results, news articles, and images based on your queries.
It is relatively safe due to its read-only nature, but proper API key management is essential.
No, this server only provides read-only access to search functionalities.
Han Lee
Lead Developer