SearXNG MCP Server
Supports UIby ihor-sokoliuk
Integrates SearXNG API to give AI assistants powerful, privacy-respecting web search and URL content extraction capabilities.
What it does
Connects an AI assistant to a SearXNG instance, enabling the agent to perform comprehensive web searches and read the content of specific URLs. This allows the AI to retrieve real-time information from the web while leveraging SearXNG's privacy-focused aggregation.
Tools
searxng_web_search: Execute web searches with pagination, time filtering, and language selection.web_url_read: Read and convert URL content to markdown with advanced extraction, section filtering, and heading analysis.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"searxng": {
"command": "npx",
"args": ["-y", "mcp-searxng"],
"env": {
"SEARXNG_URL": "YOUR_SEARXNG_INSTANCE_URL"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y mcp-searxngInformation
- Pricing
- free
- Published
- 4/13/2026
- stars







