Ai Smart Search
@asdqwsadq
关于 Ai Smart Search
AI Smart Search MCP Tool - 深度搜索+AI智能分析,基于小米MiMo大模型和Tavily搜索
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-ai-search": {
"command": "python",
"args": [
"entry.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Ai Smart Search?
Ai Smart Search is an MCP (Model Context Protocol) server that combines Tavily web search with Xiaomi MiMo AI (mimo-v2.5-pro) for deep analysis. It is designed for users who need structured search results with AI‑generated summaries and source references.
How to use Ai Smart Search?
Set the environment variables MIMO_API_KEY and TAVILY_API_KEY (and optionally MIMO_BASE_URL and MIMO_MODEL). Install dependencies with pip install -r requirements.txt, then run python entry.py in stdio mode, or add the server configuration to your MCP client. The single tool is deep_search(query, max_results=5, language="中文").
Key features of Ai Smart Search
- Single MCP tool
deep_searchfor combined web search and AI analysis - Integration with Tavily Search API
- Deep analysis by Xiaomi MiMo AI model mimo-v2.5-pro
- Structured output: AI analysis summary plus reference list
- Configurable maximum results and language parameter
- Uses stdio transport protocol
Use cases of Ai Smart Search
- Researching a topic with web search followed by AI summarization
- Getting answers with verified source references
- Using Chinese‑language queries for localized results
- Integrating deep search capabilities into MCP‑compatible tools or workflows
FAQ from Ai Smart Search
What API keys are required?
You need a valid Tavily API key and a valid Xiaomi MiMo API key.
What Python version is required?
Python 3.10 or higher.
What transport protocol does it use?
It uses stdio transport.
Can I use a different MiMo API endpoint or model?
Yes, the MIMO_BASE_URL and MIMO_MODEL environment variables allow you to change the API base URL and model name.
What does the deep_search tool return?
It returns a structured result containing an AI analysis summary and a list of reference sources.
搜索 分类下的更多 MCP 服务器
perplexity-mcp MCP server
jsonallenA Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API.
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
Google Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
Google Search Tool
web-agent-masterA Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches. Local alternative to SERP APIs with MCP server integration.
评论