Skip to content
Windsurf

searxng mcp for Windsurf

io.github.aicrafted/searxng-mcp

MCP server for SearXNG aggregator — web search across multiple engines via Model Context Protocol

client:Windsurf transport:stdio runtime:oci

Install searxng mcp 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": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aicrafted/searxng-mcp:latest"
      ],
      "env": {
        "SEARXNG_URL": "<SEARXNG_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

searxng mcp in other clients