An MCP server that acts as a bridge to SearXNG instances, allowing AI models to perform web searches with privacy-focused search tools. It supports both STDIO and HTTP transports, featuring built-in rate limiting and session management.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.CORS_ORIGIN— Comma-separated list of allowed origins for CORS. Default: localhost:3002 (development) or (production)HOST— TRANSPORT=http PORT=3002 =127.0.0.1 SEARXNG_INSTANCE_URL=http://localhost:8080 npx -y @nitish-raj/searxng-mcp-bridgeMCP_HTTP_BEARER— Optional bearer token for HTTP authenticationPORT— TRANSPORT=http =3002 HOST=127.0.0.1 SEARXNG_INSTANCE_URL=http://localhost:8080 npx -y @nitish-raj/searxng-mcp-bridgeSEARXNG_BRIDGE_DEBUGSEARXNG_INSTANCE_URL— TRANSPORT=http PORT=3002 HOST=127.0.0.1 =http://localhost:8080 npx -y @nitish-raj/searxng-mcp-bridgeTRANSPORT— http PORT=3002 HOST=127.0.0.1 SEARXNG_INSTANCE_URL=http://localhost:8080 npx -y @nitish-raj/searxng-mcp-bridge[](https://m8ven.ai/mcp/nitish-raj-searxng-mcp-bridge-1ycglp)