SearXNG
A privacy-respecting metasearch engine powered by a self-hosted SearXNG instance.
MCP-searxng
An MCP server for connecting agentic systems to search systems via searXNG.
Tools
Search the web with SearXNG
Prompts
search(query: str) -> f"Searching for {query} using searXNG"
Usage
via uvx
- configure your client JSON like
{
"mcpServers": {
"searxng": {
"command": "uvx",
"args": [
"mcp-searxng"
]
}
}
}
via git clone
- 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 with uvx 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
Custom SearXNG URL
-
set the environment variable
SEARXNG_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
Servidores relacionados
Mevzuat MCP
Programmatic access to the Turkish Ministry of Justice Legislation Information System (mevzuat.gov.tr) for searching legislation and retrieving article content.
O'Reilly Learning Platform
Search and manage content on the O'Reilly Learning Platform.
Perplexity Search
Web search and chat completion powered by the Perplexity AI API.
Tavily Search
Optimized web search for LLMs using the Tavily Search API.
Perplexity
An MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.
Weather MCP
A weather server providing weather information for locations within the United States.
Bing Search
Perform web, news, and image searches using the Microsoft Bing Search API.
Grok Search
Comprehensive web, news, and social media search and analysis using xAI's Grok API.
Local RAG
Privacy-first local RAG server for semantic document search without external APIs
AEO Scanner
AI search visibility audit with dual scores and generated fix code