Loading MCP server directory, please wait...
Self-contained SearXNG metasearch MCP server. One Docker image, 200+ engines, privacy-first.
npx @getmcp/cli add io.github.whw23/searxng-http-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.whw23/searxng-http-mcp": {
"command": "docker",
"args": [
"run",
"512m",
"1",
"run",
"-i",
"--rm",
"ghcr.io/whw23/searxng-http-mcp",
"--stdio"
]
}
}
}