SearXNG HTTP MCP for Cursor
io.github.whw23/searxng-http-mcp
Self-contained SearXNG metasearch MCP server. One Docker image, 200+ engines, privacy-first.
client:Cursor
transport:stdio
runtime:oci
Install SearXNG HTTP MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"searxng-http-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/whw23/searxng-http-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs