MIKU_Search
@GobinFan
MIKU_Search について
- 基于 AI 的智能搜索服务,支持多语言(简体中文、繁体中文、英文、日文、韩文、俄文、阿拉伯文)。
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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>"
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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).
「検索」の他のコンテンツ
duckduckgo-search MCP Server
zhsamaPerplexity MCP Server
wysh3MCP web search using perplexity without any API KEYS
Perplexity MCP Zerver
wysh3MCP web search using perplexity without any API KEYS
G-Search MCP
jae-jaeA powerful MCP server for Google search that enables parallel searching with multiple keywords simultaneously.
Google Search Console MCP Server
ahonnA Model Context Protocol (MCP) server providing access to Google Search Console
コメント