
browser-use MCP Server
The browser-use MCP Server empowers AI agents to control web browsers programmatically using the browser-use library. It enables automated browsing, data extrac...
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
The Baidu AI Search MCP Server is designed to bridge AI assistants with external data sources, specifically leveraging Baidu’s search capabilities. It acts as a middleware tool, enabling AI assistants to access and retrieve information from Baidu’s search engine, which can then be incorporated into development workflows. This enhances the assistant’s ability to answer queries with up-to-date, relevant information from the web, support research tasks, and augment context for large language model (LLM) interactions. The server streamlines tasks such as querying search results, extracting knowledge, and integrating Baidu’s powerful web search into automated pipelines or conversational agents, thereby improving response quality and breadth.
No prompt templates were found in the provided repository files.
No explicit MCP resources are documented in the provided repository files.
No tool definitions or implementations were found in server.py or other files within the provided URL.
windsurf.config.json).mcpServers section:{
"mcpServers": {
"baidu-ai-search": {
"command": "npx",
"args": ["@baidu/ai-search-mcp-server@latest"]
}
}
}
Use environment variables to store sensitive information:
{
"mcpServers": {
"baidu-ai-search": {
"command": "npx",
"args": ["@baidu/ai-search-mcp-server@latest"],
"env": {
"BAIDU_API_KEY": "${BAIDU_API_KEY}"
},
"inputs": {
"apiKey": "${BAIDU_API_KEY}"
}
}
}
}
{
"mcpServers": {
"baidu-ai-search": {
"command": "npx",
"args": ["@baidu/ai-search-mcp-server@latest"]
}
}
}
{
"mcpServers": {
"baidu-ai-search": {
"command": "npx",
"args": ["@baidu/ai-search-mcp-server@latest"]
}
}
}
{
"mcpServers": {
"baidu-ai-search": {
"command": "npx",
"args": ["@baidu/ai-search-mcp-server@latest"]
}
}
}
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:
{
"baidu-ai-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 “baidu-ai-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 found in repo |
| List of Resources | ⛔ | None found in repo |
| List of Tools | ⛔ | None found in repo |
| Securing API Keys | ✅ | Example JSON provided |
| Sampling Support (less important in evaluation) | ⛔ | No evidence found in repo |
Based on the available information, the MCP server has clear high-level documentation and a likely strong use case for search augmentation, but lacks visible implementation details, resources, and prompt templates in the public repository section provided. Thus, we rate this MCP a 3/10 for practical developer adoption at this time.
| Has a LICENSE | ⛔ (none found) |
|---|---|
| Has at least one tool | ⛔ |
| Number of Forks | N/A |
| Number of Stars | N/A |
Enable your FlowHunt agents to retrieve the latest, most relevant information from Baidu's search engine. Improve answers, research, and content generation with seamless search integration.

The browser-use MCP Server empowers AI agents to control web browsers programmatically using the browser-use library. It enables automated browsing, data extrac...

The OpenSearch MCP Server enables seamless integration of OpenSearch with FlowHunt and other AI agents, allowing programmatic access to search, analytics, and c...

The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.