SearxNG MCP Server
@Sacode
关于 SearxNG MCP Server
SearxNG MCP Server provides privacy-focused web search for AI assistants using SearxNG and the Model Context Protocol.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"searxng": {
"command": "pipx",
"args": [
"run",
"searxng-simple-mcp@latest"
],
"env": {
"SEARXNG_MCP_SEARXNG_URL": "https://your-instance.example.com"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is SearxNG MCP Server?
A Model Context Protocol (MCP) server that provides privacy-respecting web search capabilities using SearxNG. It is designed for AI assistants like Claude to search the web without user tracking.
How to use SearxNG MCP Server?
Configure the server via environment variables (e.g., SEARXNG_MCP_SEARXNG_URL) and run it with pipx, uvx, Python, or Docker. Integration with Claude Desktop or other MCP-compliant clients is done by adding the server configuration to the client’s mcpServers settings.
Key features of SearxNG MCP Server
- Privacy-focused web search through SearxNG
- Simple API for LLM integration
- Compatible with Claude Desktop and other MCP-compliant clients
- Configurable search parameters (timeout, result count, language)
- Clean, formatted search results optimized for LLMs
- Supports both stdio and SSE transport protocols
Use cases of SearxNG MCP Server
- AI assistants performing web searches without exposing user data
- Privacy-conscious applications that require untracked web search
- MCP-compatible chatbots needing real-time information retrieval
- Self-hosted search infrastructure for LLM tools
- Developers prototyping or testing web‑search features in MCP environments
FAQ from SearxNG MCP Server
What SearxNG instance does the server use by default?
The default is the public instance at https://paulgo.io/.
What transport protocols are supported and how do I choose?
The server supports stdio (default for CLI and direct MCP integration) and sse (for HTTP‑based clients). Set the TRANSPORT_PROTOCOL environment variable to sse to use SSE.
What are the prerequisites to run the server?
Python 3.10 or higher and a SearxNG instance (public or self‑hosted) are required.
Can I use a custom SearxNG instance?
Yes, by setting the SEARXNG_MCP_SEARXNG_URL environment variable to your instance’s URL.
Do I need to install the package permanently?
No. You can run it on the fly with pipx run searxng-simple-mcp or uvx run searxng-simple-mcp, or via Docker without permanent installation.
搜索 分类下的更多 MCP 服务器
Google Search Console MCP Server
ahonnA Model Context Protocol (MCP) server providing access to Google Search Console
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
SearXNG MCP Server
ihor-sokoliukPrivate web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP client
评论