Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

SearXNG MCP Server in other clients