Back to MCP directory
publicPublicdnsLocal runtime

ai-search-mcp-server

AI搜索的MCP服务器,支持多语言搜索,日语效果最佳

article

README

🚀 AI搜索MCP服务器

本项目支持使用日语、英语和中文进行AI搜索,其中日语搜索效果最佳,能为用户在不同语言环境下提供高效的搜索服务。

🚀 快速开始

✨ 主要特性

  • 支持多语言搜索:可使用日语、英语和中文进行AI搜索。
  • 日语搜索效果佳:在日语搜索场景下能提供更优质的搜索结果。

📦 安装指南

在Claude桌面中添加以下配置:

"AISearch": {
    "command": "npx",
    "args": ["github:XvJunyan/ai-search-mcp-server"],
    "env": {
        "SEARCH_API_URL": "ws:xxxxxxxxx/xxxxxxxxx",
        "SEARCH_API_KEY": "xxxxxx"
    }
}

📚 详细文档

如有使用需求,可联系 junyan_xv@foxmail.com 申请API_key。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client