Loading MCP server directory, please wait...
MCP server for SearXNG aggregator — web search across multiple engines via Model Context Protocol
npx @getmcp/cli add io.github.aicrafted/searxng-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
SEARXNG_URLURL of your SearXNG instance
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.aicrafted/searxng-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SEARXNG_URL",
"ghcr.io/aicrafted/searxng-mcp:latest"
],
"env": {
"SEARXNG_URL": ""
}
}
}
}