Loading...
npm install -g mcp-searxng{
"mcpServers": {
"searxng": {
"command": "npx",
"args": ["-y", "mcp-searxng"],
"env": {
"SEARXNG_URL": "YOUR_SEARXNG_INSTANCE_URL"
}
}
}
}searxng_web_searchExecutes web searches using a SearXNG instance and returns paginated results.
Read-only operation that retrieves search results.
web_url_readReads and extracts content from a given URL, converting it to markdown format with content extraction options.
Read-only operation that retrieves and processes content from URLs.
This server is relatively safe for read-only web search operations. Risks are primarily associated with the content returned from external sources and the configuration of network proxies. Ensure the SearXNG instance is properly secured and monitor search queries for sensitive information.