
OpenPerplexity
by factruesolin
MCP search service wrapping searXNG for high-quality, aggregated web search with optional reranking.
What it does
OpenPerplexity provides an MCP-compliant search interface that wraps the searXNG meta-search engine. It allows LLMs to perform concurrent multi-keyword searches across various categories (general, news, images, videos, science) and optionally uses SiliconFlow's reranking models to improve result relevance.
Tools
opensearch: A powerful tool for concurrent multi-keyword searching. It supports specifying search types (e.g., news, science) and a result limit, returning structured JSON results for the AI to process.
Installation
Deploy via Docker Compose and point your MCP client to the HTTP endpoint:
{
"mcpServers": {
"openperplexity": {
"url": "http://127.0.0.1:18001/mcp"
}
}
}
Supported hosts
- Claude Desktop
Quick install
docker compose up -d --buildInformation
- Pricing
- free
- Published
- 4/20/2026
- stars






