searxng-mcp-server-rust

Pughal77/searxng-mcp-server-rust
★ 0 stars Rust AI/LLM Updated today
A Model Context Protocol (MCP) server that enables LLMs to leverage SearXNG—a privacy-respecting metasearch engine.
View on GitHub → Try with Claude — $10 free →

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-server-r": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "searxng-mcp-server-rust"
      ]
    }
  }
}