home / mcp / smart search mcp server
专为Claude Code设计的AI规则遵守MCP工具集。提供38个工具函数,支持智能规则提醒、多模式工作流(Plan/PR/FR)、可选AI协作功能。基于文件的轻量级实现,开箱即用。
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.
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.
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 中为 Smart Search MCP 添加如下配置,以使其以本地进程运行并对接 MCP 服务。
{
"mcpServers": {
"smart-search-mcp": {
"command": "npx",
"args": ["smart-search-mcp@latest"]
}
}
}Network search across multiple engines with smart URL generation, keyword validation, and related suggestions.
GitHub search with multi‑filter options and advanced syntax support.
StackOverflow search for technical questions and answers with tag filtering.
NPM package search with package details and category recommendations.
Technical documentation search across 7 frameworks with quick navigation.
API reference search with code examples and multi-source access.
WeChat developer docs search for mini programs, official accounts, and payments.
CSDN search across blogs, Q&A, and resources.
Juejin search for frontend and backend technical articles.
SegmentFault search for technical Q&A and discussions.
CNBlogs search for developer articles and tutorials.
Open Source China search for projects and announcements.
Alibaba Cloud docs search for OSS and cloud products.
Tencent Cloud docs search for API references and guides.