MCP server for SearXNG with engine targeting, multi-page fanout, and HTML→Markdown URL reading.
claude mcp add searxng-deepdive -- npx -y searxng-deepdive
claude_desktop_config.json
{
"mcpServers": {
"searxng-deepdive": {
"command": "npx",
"args": [
"-y",
"searxng-deepdive"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"searxng-deepdive": {
"command": "npx",
"args": [
"-y",
"searxng-deepdive"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"searxng-deepdive": {
"command": "npx",
"args": [
"-y",
"searxng-deepdive"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"searxng-deepdive": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"searxng-deepdive"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"searxng-deepdive": {
"command": "npx",
"args": [
"-y",
"searxng-deepdive"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.burakaydinofficial--searxng-deepdive/reviews or the review_server meta-tool.
POST /mcp