MCP Server for SearXNG
# Add to your Claude Code skills
git clone https://github.com/ihor-sokoliuk/mcp-searxngAn MCP server implementation that integrates the SearXNG API, providing web search capabilities.
<a href="https://glama.ai/mcp/servers/0j7jjyt7m9"><img width="380" height="200" src="https://glama.ai/mcp/servers/0j7jjyt7m9/badge" alt="SearXNG Server MCP server" /></a>
searxng_web_search
query (string): The search query. This string is passed to external search services.pageno (number, optional): Search page number, starts at 1 (default 1)time_range (string, optional): Filter results by time range - one of: "day", "month", "year" (default: none)language (string, optional): Language code for results (e.g., "en", "fr", "de") or "all" (default: "all")safesearch (number, optional): Safe search filter level (0: None, 1: Moderate, 2: Strict) (default: instance setting)web_url_read
url (string): The URL to fetch and processstartChar (number, optional): Starting character position for content extraction (default: 0)maxLength (number, optional): Maximum number of characters to returnsection (string, optional): Extract content under a specific heading (searches for heading text)paragraphRange (string, optional): Return specific paragraph ranges (e.g., '1-5', '3', '10-')readHeadings (boolean, optional): Return only a list of headings instead of full contentSEARXNG_URL: SearXNG instance URL (default: http://localhost:8080)
<protocol>://<hostname>[:<port>]https://search.example.comAUTH_USERNAME / AUTH_PASSWORD: HTTP Basic Auth credentials for password-protected instancesUSER_AGENT: Custom User-Agent h...