MCP server for connecting agentic systems to search systems via searXNG
Overview
what is MCP-searxng?
MCP-searxng is a server designed to connect agentic systems to search systems using the searXNG framework, enabling efficient web searches.
how to use MCP-searxng?
To use MCP-searxng, configure your client JSON or clone the repository and run the server using the provided commands. Set the environment variable for the searXNG URL if needed.
key features of MCP-searxng?
- Connects agentic systems to search systems seamlessly.
- Utilizes the searXNG framework for web searches.
- Customizable server URL for flexibility.
use cases of MCP-searxng?
- Integrating search capabilities into agentic systems.
- Enabling web searches for automated systems.
- Customizing search environments for specific applications.
FAQ from MCP-searxng?
- What is searXNG?
SearXNG is a metasearch engine that aggregates results from various search engines.
- How do I run the server?
You can run the server using the command
uvx mcp-searxngafter configuring your client JSON.
- Can I customize the search URL?
Yes! You can set the
SEARXNG_URLenvironment variable to your desired URL.