Skip to content
Cline

searxng mcp for Cline

io.github.aicrafted/searxng-mcp

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

client:Cline transport:stdio runtime:oci

Install searxng mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

searxng mcp in other clients