MCP-searxng
About
MCP server for connecting agentic systems to search systems via searXNG
Details
- Author
- SecretiveShell
- GitHub stars
- 125
- Downloads
- 131
- Categories
- Other, Search
Jump to
- Connects AI agents to SearXNG web search.
- Simple installation via uvx or local clone.
- Customizable SearXNG URL via environment variable.
- Provides a single search tool and prompt template.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP-searxngCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure your MCP client with the command uvx and args ["mcp-searxng"], or clone the repository and run with uv. Set the environment variable SEARXNG_URL (default is http://localhost:8080) to specify a custom SearXNG endpoint. Then run your MCP client and use the search tool.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp-searxng": {
"searxng": {
"command": "uvx",
"args": [
"mcp-searxng"
]
}
}
}
}
McpServers
{
"searxng": {
"command": "uvx",
"args": [
"mcp-searxng"
]
}
}
An MCP server for connecting agentic systems to search systems viasearXNG.
search(query: str) -> f"Searching for {query} using searXNG"
{ "mcpServers": { "searxng": { "command": "uvx", "args": [ "mcp-searxng" ] } } }
- Add the server to claude desktop (the entrypoint is main.py)
Clone the repo and add this JSON to claude desktop
you can run this server withuvx mcp-searxng, or use a local copy of the repo
{ "mcpServers": { "searxng": { "command": "uv", "args": [ "--project", "/absoloute/path/to/MCP-searxng/", "run", "/absoloute/path/to/MCP-searxng/mcp-searxng/main.py" ] } } }
you will need to change the paths to match your environment
-
set the environment variableSEARXNG_URLto the URL of the searxng server (default ishttp://localhost:8080)
run your MCP client and you should be able to search the web with searxng
Note: if you are using claude desktop make sure to kill the process (task manager or equivalent) before running the server again
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
A privacy-respecting web search server for AI agents, powered by the SearXNG metasearch engine.
Fetch, convert, and search AWS documentation pages, with recommendations for related content.
Search campgrounds around the world on campertunity, check availability, and provide booking links.
The Ferryhopper MCP Server exposes ferry routes, schedules and booking redirects so an AI assistant can discover connections across Europe and the Mediterranean and send users to Ferryhopper to complete bookings.
All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.
MCP server that provides read-only access to HyperKitty, the web-based email archive component of Mailman 3.
At Sunrise Apps, we believe AI agents should be limitless, especially when it comes to visual data. We created ImageSorcery to bridge the critical gap in AI's ability to interact with and manipulate images directly, all while upholding the highest standards of privacy and security.
Just Domain is the domain registrar for businesses built with AI. Its remote MCP server checks availability and returns first-year and renewal pricing, plus a link to register on justdomain.ai, with DNS and WHOIS privacy in the same place. No account, no API key, read only. Endpoint: https://mcp.justdomain.ai/
Search the web using Kagi's search API
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



