Best for
- Developers building MCP clients or AI applications that need search functionality
- Use cases requiring simultaneous queries of multiple search terms
- Users wanting to use a custom or public SearXNG instance
This is a practical MCP server but a community project, not officially released by SearXNG. It offers parallel search and multiple transport options with flexible configuration, but users should be aware of dependencies and potential risks.
SearXNG Mul MCP is a Model Context Protocol (MCP) server for integrating the SearXNG metasearch engine. It supports executing multiple search queries in parallel for improved efficiency and offers both stdio and HTTP transport protocols. The server integrates directly with the SearXNG REST API without browser automation, supports Basic Authentication, and can be deployed with Docker.
{
"mcpServers": {
"searxng-mul-mcp": {
"command": "npx",
"args": [
"-y",
"searxng-mul-mcp"
],
"env": {
"SEARXNG_URL": "https://your.searxng.com",
"USERNAME": "your_username",
"PASSWORD": "your_password"
}
}
}
}