home / mcp / smart search mcp server

Smart Search MCP Server

专为Claude Code设计的AI规则遵守MCP工具集。提供38个工具函数,支持智能规则提醒、多模式工作流(Plan/PR/FR)、可选AI协作功能。基于文件的轻量级实现,开箱即用。

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "adminhuan-smart-search-mcp": {
      "command": "npx",
      "args": [
        "smart-search-mcp@latest"
      ]
    }
  }
}

Smart Search MCP is a focused toolkit that exposes 14 enhanced search tools through an MCP server. It streamlines multi‑source web searches, making it easy to query international and domestic platforms from one place, with smart URL generation, validation, and quick access to official docs and resources.

How to use

You use a compatible MCP client to connect to the Smart Search MCP server. Once connected, you can perform searches across 14 dedicated tools and view concise summaries with direct links to the detailed results saved locally for quick reference.

How to install

Prerequisites you need before installing any MCP server components are Node.js and npm, or a runtime that supports MCP commands. Ensure you have network access to fetch installation scripts.

# 一键迁移(如果需要从旧版本迁移)
curl -sSL https://raw.githubusercontent.com/adminhuan/smart-search-mcp/main/migrate.sh | bash

# 1. Claude MCP命令(最简单)
claude mcp add smart-search-mcp npx smart-search-mcp

# 2. 一键脚本安装
curl -sSL https://raw.githubusercontent.com/adminhuan/smart-search-mcp/main/install.sh | bash

# 3. 直接通过NPM运行
npx smart-search-mcp@latest

# 4. 全局安装
npm install -g smart-search-mcp

# 5. 从GitHub源码安装
git clone https://github.com/adminhuan/smart-search-mcp.git
cd smart-search-mcp
npm install
npm start

配置Claude Code

在 Claude Code 中为 Smart Search MCP 添加如下配置,以使其以本地进程运行并对接 MCP 服务。

{
  "mcpServers": {
    "smart-search-mcp": {
      "command": "npx",
      "args": ["smart-search-mcp@latest"]
    }
  }
}

Available tools

ai_search_web

Network search across multiple engines with smart URL generation, keyword validation, and related suggestions.

ai_search_github

GitHub search with multi‑filter options and advanced syntax support.

ai_search_stackoverflow

StackOverflow search for technical questions and answers with tag filtering.

ai_search_npm

NPM package search with package details and category recommendations.

ai_search_docs

Technical documentation search across 7 frameworks with quick navigation.

ai_search_api_reference

API reference search with code examples and multi-source access.

ai_search_wechat_docs

WeChat developer docs search for mini programs, official accounts, and payments.

ai_search_csdn

CSDN search across blogs, Q&A, and resources.

ai_search_juejin

Juejin search for frontend and backend technical articles.

ai_search_segmentfault

SegmentFault search for technical Q&A and discussions.

ai_search_cnblogs

CNBlogs search for developer articles and tutorials.

ai_search_oschina

Open Source China search for projects and announcements.

ai_search_aliyun_docs

Alibaba Cloud docs search for OSS and cloud products.

ai_search_tencent_docs

Tencent Cloud docs search for API references and guides.