
Baidu AI Search MCP Server
The Baidu AI Search MCP Server connects AI assistants to Baidu's web search, enabling real-time, region-specific information retrieval for enhanced conversation...
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 Kagi MCP (Model Context Protocol) Server acts as an official bridge between AI assistants and the Kagi search engine, along with related tools. By implementing the MCP standard, it enables AI clients to securely and efficiently access Kagi’s advanced search capabilities and summarization services. This server empowers developers to build workflows where an AI agent can search the web, retrieve up-to-date information, or summarize complex content (such as videos or articles) in real time. The Kagi MCP Server is especially valuable in contexts where accurate, current, and high-quality web data is required to augment AI reasoning, answering, or automation tasks. Integration is possible with various platforms, streamlining the process of connecting LLMs to rich external knowledge and utility.
No specific prompt templates are mentioned in the available documentation.
No explicit resources are detailed in the available documentation.
No explicit list of tools is given in the available documentation. However, usage examples suggest at least the following:
No specific setup instructions provided for Windsurf.
claude_desktop_config.json via Hamburger Menu → File → Settings → Developer → Edit Config.mcpServers:{
"mcpServers": {
"kagi": {
"command": "uvx",
"args": ["kagimcp"],
"env": {
"KAGI_API_KEY": "YOUR_API_KEY_HERE",
"KAGI_SUMMARIZER_ENGINE": "YOUR_ENGINE_CHOICE_HERE"
}
}
}
}
No specific setup instructions provided for Cursor.
No specific setup instructions provided for Cline.
Set API keys and sensitive configuration using the "env" field in your MCP server configuration. Example:
{
"mcpServers": {
"kagi": {
"command": "uvx",
"args": ["kagimcp"],
"env": {
"KAGI_API_KEY": "YOUR_API_KEY_HERE",
"KAGI_SUMMARIZER_ENGINE": "YOUR_ENGINE_CHOICE_HERE"
}
}
}
}
Replace "YOUR_API_KEY_HERE" with your actual key, and do not hard-code secrets elsewhere.
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:
{
"kagi": {
"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 “kagi” 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 | ⛔ | No prompt templates found |
| List of Resources | ⛔ | No explicit resources listed |
| List of Tools | ⚠️ | search, summarizer (inferred from examples, not listed) |
| Securing API Keys | ✅ | Shown in config examples |
| Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the available documentation, Kagi MCP provides a solid integration for search and summarization, but lacks detailed, explicit documentation on resources, prompt templates, and advanced MCP features. Its strength is ease of setup and focus on high-value search/summarize tools. I would rate this MCP server a 6/10 for completeness and developer usability.
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 16 |
| Number of Stars | 113 |
Augment your chatbot and AI workflows with the power of Kagi search and summarization. Get started by configuring the Kagi MCP Server in your FlowHunt agent.

The Baidu AI Search MCP Server connects AI assistants to Baidu's web search, enabling real-time, region-specific information retrieval for enhanced conversation...

The Integration App MCP Server provides AI assistants with secure, token-based access to a unified ecosystem of APIs, tools, and data sources, enabling powerful...

Integrate FlowHunt with Kagi MCP to bring advanced web search and custom summarization capabilities directly into Claude Desktop and Code setups. Boost producti...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.