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
เซิร์ฟเวอร์ที่เกี่ยวข้อง
avr-docs-mcp
This MCP (Model Context Protocol) server provides integration with Wiki.JS for searching and listing pages from Agent Voice Response Wiki.JS instance.
Marginalia Search
A search engine for non-commercial content and hidden gems of the internet.
SEO Review Tools MCP
The SEO Review Tools MCP gives you direct access to our SEO API
PipeCD Docs
Search and retrieve official PipeCD documentation.
PubMed MCP Server
A server for searching, retrieving, and analyzing articles from the PubMed database.
Jewish Library MCP Server
A full-text search server for Jewish texts and literature.
Agently MCP
Discover public A2A agents on the Agently platform using its public API.
YouTube
Search YouTube videos and retrieve their transcripts using the YouTube API.
Paper Search MCP
Search and download academic papers from sources like arXiv, PubMed, and Google Scholar.
mcpdoc
Access website documentation for AI search engines (llms.txt files) over MCP.