searxng-mcp

zatevakhin/searxng-mcp
★ 0 stars Rust 🌐 Browser/Web Updated today
Standalone MCP server for SearXNG.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "searxng-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "searxng-mcp"
      ]
    }
  }
}

README Excerpt

Standalone Model Context Protocol (MCP) server for SearXNG. Tools exposed: - `search`: Query a SearXNG instance and return JSON results - `browse`: Fetch a URL and return Markdown or text - `browse_eval`: Evaluate JavaScript on a loaded page (Obscura backend only) - `engines`: List configured SearXNG engines (from `/config`)

Tools (6)

browsebrowse_evalengineshealthpingsearch

Topics

mcpmcp-serversearxng