mcp_server_searXNG
Provides web search capabilities through SearXNG, a privacy-friendly metasearch engine, supporting multiple categories, engines, language filtering, time range filters, and result count control.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp_server_searXNGsearch for quantum computing news"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp_server_searXNG
基于MCP技术的网络搜索功能服务器,使用SearXNG搜索引擎实现隐私友好的网络搜索功能。
功能特点
此服务器提供以下主要功能:
通过多个搜索引擎进行网络搜索
支持多种搜索类别(一般、图片、新闻等)
自定义搜索引擎选择
语言筛选
时间范围过滤
搜索结果数量控制
Related MCP server: mcp-server-freesearch
可用工具
web_search- 使用SearXNG执行网络搜索必需参数:
query(string): 搜索查询内容
可选参数:
categories(array): 搜索类别,例如 ['general', 'images', 'news']engines(array): 搜索引擎,例如 ['google', 'bing', 'duckduckgo']language(string): 搜索语言代码,默认为 "zh"max_results(integer): 最大结果数量,默认为 10time_range(string): 时间范围过滤 ('day', 'week', 'month', 'year')
安装方法
使用 pip 安装
# 安装
pip install mcp-server-searxng==0.2
# 获取最新版本
pip install --upgrade mcp_server_searxng使用示例
配置为 MCP 服务
在您的 MCP 配置中添加:
"mcpServers": {
"searxng": {
"command": "python",
"args": ["-m", "mcp_server_searxng", "--instance-url=https://your-searxng-instance.com"]
}
}调用示例
{
"name": "web_search",
"arguments": {
"query": "气候变化研究",
"categories": ["general"],
"engines": ["google"],
"language": "zh",
"max_results": 15,
"time_range": "month"
}
}调试
您可以使用 MCP inspector 来调试服务器:
npx @modelcontextprotocol/inspector python -m mcp_server_searxng实际效果展示
许可证
mcp_server_searXNG 使用 MIT 许可证。这意味着您可以自由使用、修改和分发此软件,但需遵守 MIT 许可证的条款和条件。详情请参阅项目仓库中的 LICENSE 文件。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceAn MCP server that enables web search capabilities by integrating with a SearXNG instance to aggregate results from over 130 engines. It allows users to perform filtered searches across categories like news, science, and social media while supporting advanced parameters for language and time range.Last updated8MIT
- AlicenseBqualityFmaintenanceA free search MCP server powered by SearXNG, offering various search types without requiring an API key.Last updated1012MIT
- Alicense-qualityCmaintenanceMCP server for web search and crawling, integrating SearXNG metasearch and Crawl4AI for privacy-respecting search and content extraction.Last updated143MIT
- Flicense-qualityDmaintenancePrivacy-focused web search MCP server using SearXNG with Streamable HTTP transport, supporting authentication and advanced search parameters.Last updated
Related MCP Connectors
Serper MCP — wraps the Serper Google Search API (serper.dev)
MCP server for Google search results via SERP API
An MCP server for deep research or task groups
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/panxingfeng/mcp_server_searXNG'
If you have feedback or need assistance with the MCP directory API, please join our Discord server