🔍 N2 Free Search — MCP Server Skill
Free, private, unlimited web search for your AI agent. No API keys, no credit cards, no rate limits.
Why Use This?
| Brave Search API | Google Custom Search | N2 Free Search |
|---|
| Cost | $5 / 1,000 queries | $5 / 1,000 queries | Free forever |
| API Key |
Required | Required |
Not needed |
|
Search Engines | Brave only | Google only |
70+ engines |
Quick Setup
Option 1: Public Mode (Zero Setup)
Add to your MCP config:
CODEBLOCK0
Option 2: Self-Hosted (Maximum Privacy)
CODEBLOCK1
Available Tools
- - n2websearch — Search the web (Google, Bing, DuckDuckGo + 70 more)
- n2newssearch — Search recent news articles
- n2imagesearch — Search for images
- n2videosearch — Search for videos
- n2_suggest — Get search suggestions / autocomplete
Links
- - NPM: https://www.npmjs.com/package/n2-free-search
- GitHub: https://github.com/choihyunsus/n2-free-search
- Website: https://nton2.com
Part of the N2 AI Body series — Building the Body for AI
🔍 N2 Free Search — MCP 服务器技能
为您的AI代理提供免费、私密、无限制的网络搜索。无需API密钥,无需信用卡,无速率限制。
为何使用此技能?
| Brave搜索API | Google自定义搜索 | N2 Free Search |
|---|
| 费用 | 每1000次查询5美元 | 每1000次查询5美元 | 永久免费 |
| API密钥 |
需要 | 需要 |
无需 |
|
搜索引擎 | 仅Brave | 仅Google |
70+引擎 |
快速设置
选项1:公共模式(零设置)
添加到您的MCP配置:
json
{
mcpServers: {
n2-free-search: {
command: npx,
args: [-y, n2-free-search]
}
}
}
选项2:自托管(最大隐私保护)
json
{
mcpServers: {
n2-free-search: {
command: npx,
args: [-y, n2-free-search],
env: {
SEARXNG_URL: http://localhost:8080
}
}
}
}
可用工具
- - n2websearch — 搜索网络(Google、Bing、DuckDuckGo + 70多个引擎)
- n2newssearch — 搜索最新新闻文章
- n2imagesearch — 搜索图片
- n2videosearch — 搜索视频
- n2_suggest — 获取搜索建议/自动补全
链接
- - NPM:https://www.npmjs.com/package/n2-free-search
- GitHub:https://github.com/choihyunsus/n2-free-search
- 网站:https://nton2.com
N2 AI Body系列的一部分——为AI构建身体