searxng
- Search
An MCP server for connecting agentic systems to search systems via searXNG.
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
search | Use searXNG to search the web |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search | search the web using searXNG. This will aggregate the results from google, bing, brave, duckduckgo and many others. Use this to find information on the web. Even if you do not have access to the internet, you can still use this tool to search the web. |
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SEARXNG_URL | No | The URL of the searxng server | http://localhost:8080 |
MCP-searxng
An MCP server for connecting agentic systems to search systems via searXNG.
<a href="https://glama.ai/mcp/servers/sl2zl8vaz8"><img width="380" height="200" src="https://glama.ai/mcp/servers/sl2zl8vaz8/badge" /></a>
Tools
Search the web with searXNG
Prompts
Usage
- Add the server to claude desktop (the entrypoint is main.py)
Clone the repo and add this json to claude desktop
obviously you will need to change the paths to match your environment
- set the environment variable
SEARXNG_URL
to 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
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues with dependencies of the server.
- Extract server characteristics such as tools, resources, prompts, and required parameters.
Our directory badge helps users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.
Copy the following code to your README.md file: