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
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
Everything Search MCP Server
mamertofabianBaidu AI Search
baidubceappbuilder-sdk, 千帆AppBuilder-SDK帮助开发者灵活、快速的搭建AI原生应用
Tavily Mcp
tavily-aiProduction ready MCP server with real-time search, extract, map & crawl.
Kagi MCP server
kagisearchThe Official Model Context Protocol (MCP) server for Kagi Search & other tools.
Comments