Odel
searxng mcp

searxng mcp

Local
@aicrafted9PythonMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/aicrafted/searxng-mcp:latest

Run

docker run -i --rm ghcr.io/aicrafted/searxng-mcp:latest

MCP client config

{
  "mcpServers": {
    "searxng-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aicrafted/searxng-mcp:latest"
      ]
    }
  }
}