MCP ExplorerExplorer

Miku Mcp Server

@GobinFanon 17 days ago
1 MIT
FreeCommunity
AI Systems
MIKU MCP Server offers AI-driven multilingual search services with simple and deep search modes.

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

vision_agent

MIKU Search MCP Server

中文 | English

关于MIKU

AI MIKU 是一个基于多智能体(Multiagent)技术的创新型 AI 搜索引擎,致力于为用户提供准确、个性化和实时的搜索体验。Miku MCP Server 作为 MIKU 生态系统的核心服务组件,负责智能搜索请求的处理与分发,支持多语言和多种搜索模式,便于开发者集成和扩展。
了解更多关于 MIKU 的信息,请访问:hellomiku.com

主要功能

  • 基于 AI 的智能搜索服务,支持多语言(简体中文、繁体中文、英文、日文、韩文、俄文、阿拉伯文)。
  • 支持简单搜索(simple_search)和深度搜索(deep_search)两种模式,满足不同场景需求。
  • 通过 API KEY 鉴权,保障数据安全。

返回示例


快速开始

  1. 开通 MIKU Search API KEY
  1. 初始化虚拟环境并安装依赖:

    安装uv(Python包管理器),使用curl -LsSf https://astral.sh/uv/install.sh 
    uv init
    uv venv
    source .venv/bin/activate
    uv pip install -r requirements.txt
    
  2. 配置 .env 文件,添加你的 API KEY:

    MIKU_API_KEY=your_api_key_here
    
  3. 启动服务:

    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示例:

image

参考文档

Tools

No tools

Comments