MCP server for connecting agentic systems to search systems via searXNG
Main Purpose: MCP-searxng is a server that allows agentic systems (like chatbots or virtual assistants) to search the web using the searXNG search engine.
Key Features:
Target Audience and Use Cases:
Noteworthy:
MCP-searxng provides web search capabilities through SearxNG integration, enabling AI assistants to perform web searches with customizable result parameters.
Configuration
{
"mcpServers": {
"searxng": {
"command": "uv",
"args": [
"--project",
"/path/to/MCP-searxng/",
"run",
"/path/to/MCP-searxng/mcp-searxng/main.py"
],
"env": {
"SEARXNG_URL": "http://localhost:8080"
}
}
}
}
| Feature | Support | |---------|----------| | Runtime | Python | | Platform | Cross-platform | | Last Update | December 13, 2024 | | License | MIT | | Category | Search |
The server requires a running SearxNG instance, either local or remote, configured through the SEARXNG_URL environment variable.