MIKU_Search
@GobinFan
About MIKU_Search
- 基于 AI 的智能搜索服务,支持多语言(简体中文、繁体中文、英文、日文、韩文、俄文、阿拉伯文)。
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"miku_search": {
"command": "uv",
"args": [
"--directory",
"/MIKU_MCP_SERVER",
"run",
"main.py"
],
"env": {
"MIKU_API_KEY": "<YOUR_MIKU_API_KEY>"
}
},
"miku_search_sse": {
"url": "https://hellomiku.cn/sse?apikey=<YOUR_MIKU_API_KEY>"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MIKU_Search?
MIKU_Search is an MCP server that integrates with the MIKU AI search ecosystem. It provides intelligent search request processing and distribution, supporting multiple languages and search modes for developers to integrate and extend. It is designed for users seeking an AI-powered, personalized, and real-time search experience via the MIKU platform.
How to use MIKU_Search?
- Obtain an API KEY from the MIKU Search open platform.
- Set up a Python virtual environment, install dependencies from
requirements.txt, and configure the API key in a.envfile asMIKU_API_KEY. - Run the server with
uv run main.py. - Configure MCP clients (e.g., Cursor, Cline) using either the stdio transport (with
uv run main.py) or the SSE transport (with a URL containing the API key).
Key features of MIKU_Search
- AI-powered intelligent search with multi-language support (7 languages).
- Two search modes: simple_search and deep_search.
- Authentication via API KEY for data security.
- Returns structured results including sources, related questions, and summary.
- Integrates with MCP-compatible clients using stdio or SSE transports.
Use cases of MIKU_Search
- Integrating an AI search engine into AI assistants or development tools.
- Performing deep, context-aware searches for complex queries.
- Retrieving multi-source search results with automatic summarization.
- Enabling real-time, personalized search in multi-language applications.
FAQ from MIKU_Search
How do I get an API key for MIKU_Search?
Visit https://platform.hellomiku.cn/platform/home/ to register and obtain an API key.
What search modes are available?
Two modes are supported: simple_search for quick queries and deep_search for more thorough, context-rich results.
What languages does MIKU_Search support?
It supports Simplified Chinese, Traditional Chinese, English, Japanese, Korean, Russian, and Arabic.
How is authentication handled?
Authentication is performed via an API key (MIKU_API_KEY) passed either through environment variables or as a query parameter in SSE URLs.
Where can I find more documentation?
Refer to the MIKU Search open platform (https://platform.hellomiku.cn/platform/home/) and product docs (https://hyperspace.feishu.cn/wiki/BokYwwjreiXg8pkffDhcwXnW).
Frequently asked questions
How do I get an API key for MIKU_Search?
Visit https://platform.hellomiku.cn/platform/home/ to register and obtain an API key.
What search modes are available?
Two modes are supported: `simple_search` for quick queries and `deep_search` for more thorough, context-rich results.
What languages does MIKU_Search support?
It supports Simplified Chinese, Traditional Chinese, English, Japanese, Korean, Russian, and Arabic.
How is authentication handled?
Authentication is performed via an API key (`MIKU_API_KEY`) passed either through environment variables or as a query parameter in SSE URLs.
Where can I find more documentation?
Refer to the MIKU Search open platform (https://platform.hellomiku.cn/platform/home/) and product docs (https://hyperspace.feishu.cn/wiki/BokYwwjreiXg8pkffDhcwXnW).
Basic information
More Search MCP servers
Everything Search MCP Server
mamertofabianVersion 2.0 is here!!
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
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
Brave Search MCP Server
mikechaoAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities
patent-literature-search-mcp
patsnapA professional tool for searching Patsnap’s global patent and literature databases using natural language, semantic, or keyword queries. It supports precise filtering and retrieves bibliographic data in Markdown format.
Comments