- Home
- MCP servers
- Smart Search
Smart Search
- javascript
11
GitHub Stars
javascript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
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.