
mcp-google-search MCP Server
The mcp-google-search MCP Server bridges AI assistants and the web, enabling real-time search and content extraction using the Google Custom Search API. It empo...
Empower your AI assistants with real-time Bing web, news, and image search capabilities using the Bing Search MCP Server for FlowHunt.
The Bing Search MCP Server is a Model Context Protocol (MCP) server that integrates the Microsoft Bing Search API, enabling AI assistants to perform a variety of search tasks. By serving as a bridge between AI clients and Bing’s powerful search capabilities, it facilitates web, news, and image searches. This empowers AI-driven development workflows with up-to-date information, visual content retrieval, and news aggregation. The server also features rate limiting to prevent API misuse and comprehensive error handling to ensure robust interactions. It is designed to be compatible with multiple clients, such as Claude Desktop and Cursor, making it a versatile tool for enhancing the breadth and relevance of AI assistant outputs.
No explicit prompt templates are mentioned in the repository.
No explicit resources are documented in the repository.
bing_web_search(query: str, count: int = 10, offset: int = 0, market: str = "en-US")
Note: Image search is mentioned as a feature, but no tool details are visible for it in the available documentation.
JSON Example:
{
"mcpServers": {
"bing-search": {
"command": "uvx",
"args": ["/path/to/your/bing-search-mcp"],
"env": {
"BING_API_KEY": "your-bing-api-key"
}
}
}
}
claude_desktop_config.json
to include the MCP server.JSON Example:
{
"mcpServers": {
"bing-search": {
"command": "uvx",
"args": ["/path/to/your/bing-search-mcp"],
"env": {
"BING_API_KEY": "your-bing-api-key"
}
}
}
}
JSON Example:
{
"mcpServers": {
"bing-search": {
"command": "uvx",
"args": ["/path/to/your/bing-search-mcp"],
"env": {
"BING_API_KEY": "your-bing-api-key"
}
}
}
}
JSON Example:
{
"mcpServers": {
"bing-search": {
"command": "uvx",
"args": ["/path/to/your/bing-search-mcp"],
"env": {
"BING_API_KEY": "your-bing-api-key"
}
}
}
}
Securing API Keys:
Always use environment variables to store sensitive keys. Place your key in the env
field of the server configuration, as shown above. Never hard-code keys directly in source files.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"bing-search": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change "bing-search"
to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | None documented |
List of Resources | ⛔ | None documented |
List of Tools | ✅ | bing_web_search, bing_news_search |
Securing API Keys | ✅ | Uses env variables in config examples |
Sampling Support (less important in evaluation) | ⛔ | Not specified |
The Bing Search MCP Server provides a focused integration with Bing’s search APIs, making it a valuable resource for AI assistants needing real-time information and content. However, the documentation lacks depth in areas such as prompt templates and explicit resource definitions. The tool’s security practices and cross-platform support are strong. Overall, it is robust for its primary function but could be improved with more comprehensive MCP feature support.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 4 |
Number of Stars | 51 |
The Bing Search MCP Server is an integration that connects AI assistants with the Microsoft Bing Search API. It provides web, news, and image search capabilities, allowing your AI flows to fetch real-time, relevant information and content.
It offers tools for general web search (bing_web_search) and news search (bing_news_search). Image search is mentioned as a feature, though not explicitly documented.
Always use environment variables in your MCP server configuration to store sensitive keys. Refer to the 'env' field in the example configurations to see how to securely pass your Bing API key.
It can be integrated with Windsurf, Claude Desktop, Cursor, and Cline, making it versatile for different AI development environments.
Use cases include real-time web information retrieval, news aggregation, image content retrieval, research automation, and content curation for newsletters or reports.
Enhance your AI workflows with up-to-date web, news, and image search. Add the Bing Search MCP Server to FlowHunt today!
The mcp-google-search MCP Server bridges AI assistants and the web, enabling real-time search and content extraction using the Google Custom Search API. It empo...
The Search1API MCP Server integrates real-time web search and crawling capabilities into AI agents via the powerful Search1API, enabling live information retrie...
The Serper MCP Server bridges AI assistants with Google Search via the Serper API, enabling real-time web, image, video, news, maps, reviews, shopping, and acad...