SearXNG MCP Server for Windsurf
io.github.bumbarasch/searxng-mcp-server
Self-hosted SearXNG metasearch for MCP clients: web, image, news, video, music and page fetch.
client:Windsurf
transport:stdio
runtime:npm
Install SearXNG MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"searxng-mcp-server": {
"command": "npx",
"args": [
"-y",
"searxng-mcp-server"
],
"env": {
"SEARXNG_URL": "<SEARXNG_URL>",
"SEARXNG_TRANSPORT": "<SEARXNG_TRANSPORT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs