- Explore MCP Servers
- MIKU_MCP_Server
Miku Mcp Server
What is Miku Mcp Server
MIKU_MCP_Server is a core service component of the MIKU ecosystem, which is an innovative AI search engine based on multi-agent technology. It aims to provide users with accurate, personalized, and real-time search experiences.
Use cases
Use cases for MIKU_MCP_Server include personalized search experiences for users, automated summarization of search results, and deep querying for complex information such as social media accounts and official website summaries.
How to use
To use MIKU_MCP_Server, you need to obtain an API KEY by registering at the MIKU platform. After that, initialize your virtual environment and install the necessary dependencies to start making search requests.
Key features
Key features of MIKU_MCP_Server include AI-based intelligent search services supporting multiple languages (Simplified Chinese, Traditional Chinese, English, Japanese, Korean, Russian, Arabic), simple search and deep search modes, and API KEY authentication for data security.
Where to use
MIKU_MCP_Server can be used in various fields such as content creation, research, e-commerce, and any application requiring advanced search capabilities across multiple languages and formats.
Overview
What is Miku Mcp Server
MIKU_MCP_Server is a core service component of the MIKU ecosystem, which is an innovative AI search engine based on multi-agent technology. It aims to provide users with accurate, personalized, and real-time search experiences.
Use cases
Use cases for MIKU_MCP_Server include personalized search experiences for users, automated summarization of search results, and deep querying for complex information such as social media accounts and official website summaries.
How to use
To use MIKU_MCP_Server, you need to obtain an API KEY by registering at the MIKU platform. After that, initialize your virtual environment and install the necessary dependencies to start making search requests.
Key features
Key features of MIKU_MCP_Server include AI-based intelligent search services supporting multiple languages (Simplified Chinese, Traditional Chinese, English, Japanese, Korean, Russian, Arabic), simple search and deep search modes, and API KEY authentication for data security.
Where to use
MIKU_MCP_Server can be used in various fields such as content creation, research, e-commerce, and any application requiring advanced search capabilities across multiple languages and formats.
Content
关于MIKU
AI MIKU 是一个基于多智能体(Multiagent)技术的创新型 AI 搜索引擎,致力于为用户提供准确、个性化和实时的搜索体验。Miku MCP Server 作为 MIKU 生态系统的核心服务组件,负责智能搜索请求的处理与分发,支持多语言和多种搜索模式,便于开发者集成和扩展。
了解更多关于 MIKU 的信息,请访问:hellomiku.com
主要功能
- 基于 AI 的智能搜索服务,支持多语言(简体中文、繁体中文、英文、日文、韩文、俄文、阿拉伯文)。
- 支持简单搜索(simple_search)和深度搜索(deep_search)两种模式,满足不同场景需求。
- 通过 API KEY 鉴权,保障数据安全。
返回示例
快速开始
- 开通 MIKU Search API KEY
- 访问 https://platform.hellomiku.cn/platform/home/ 注册并获取 API KEY。
-
初始化虚拟环境并安装依赖:
安装uv(Python包管理器),使用curl -LsSf https://astral.sh/uv/install.sh uv init uv venv source .venv/bin/activate uv pip install -r requirements.txt
-
配置
.env
文件,添加你的 API KEY:MIKU_API_KEY=your_api_key_here
-
启动服务:
uv run main.py
MCP Server 配置示例
studio (cursor,cline等)
{
"mcpServers": {
"miku_search": {
"command": "uv",
"args": [
"--directory",
"/MIKU_MCP_SERVER",
"run",
"main.py"
],
"env": {
"MIKU_API_KEY": "<YOUR_MIKU_API_KEY>"
}
}
}
}
sse (cursor,cline等)
{
"mcpServers": {
"miku_search": {
"url": "https://hellomiku.cn/sse?apikey=<YOUR_MIKU_API_KEY>"
}
}
}
sse auth 鉴权配置示例
cherry Studio示例: