mcp-searxng

mcp-searxng

101

SearXNG MCP Server integrates the SearXNG API to offer robust web search capabilities with features like pagination, time filtering, and language selection. It supports configuration through Smithery, Docker, and can be used with Claude Desktop. The project is licensed under the MIT License.

What is the default URL for the SearXNG instance?

The default SEARXNG_URL value is http://localhost:8080.

How can I filter search results by language?

You can filter results by setting the 'language' parameter to the desired language code (e.g., 'en', 'fr', 'de') or 'all' for all languages.

What are the safe search filter levels available?

The safe search filter levels are 0: None, 1: Moderate, and 2: Strict.

Can I use a password-protected SearxNG instance?

Yes, you can set a username and password for HTTP Basic Auth using the AUTH_USERNAME and AUTH_PASSWORD environment variables.

Is the SearXNG MCP Server open-source?

Yes, it is licensed under the MIT License, allowing free use, modification, and distribution.