Back to Home
justfortheloveof icon

mcp_searxng

Verified Safe

by justfortheloveof

Overview

Provides a low token consumption Python MCP server for integrating a local or remote SearXNG instance as a web search tool for LLMs.

Installation

Run Command
mcp-searxng --server-url "https://server.example"

Environment Variables

  • SEARXNG_URL

Security Notes

The server uses `httpx` for network requests and handles authentication securely, enforcing HTTPS for all authentication types (Basic, Bearer, API Key). SSL certificate verification is enabled by default, with an option for custom CA files. Input validation is present for critical parameters. No 'eval' or obvious malicious patterns found. Secrets are designed to be passed via CLI arguments or environment variables and are redacted from logs, preventing hardcoded credentials.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens350
Stars0
Forks0
Last Update2025-11-24

Tags

Web SearchSearch EngineLLM IntegrationAuthenticationPython