io.github.burakaydinofficial/searxng-deepdive MCP Server
io.github.burakaydinofficial/searxng-deepdive
What is the io.github.burakaydinofficial/searxng-deepdive MCP server?
MCP server for SearXNG with engine targeting, multi-page fanout, and HTML→Markdown URL reading.
How to install io.github.burakaydinofficial/searxng-deepdive
Copy-paste configuration for popular MCP clients.
SEARXNG_URLBase URL of the SearXNG instance (e.g. http://127.0.0.1:7979/). Defaults to http://127.0.0.1:8080 if unset; set this to the address of your running SearXNG.
{
"mcpServers": {
"searxng-deepdive": {
"command": "npx",
"args": [
"-y",
"searxng-deepdive"
],
"env": {
"SEARXNG_URL": "<YOUR_SEARXNG_URL>"
}
}
}
}{
"mcpServers": {
"searxng-deepdive": {
"command": "npx",
"args": [
"-y",
"searxng-deepdive"
],
"env": {
"SEARXNG_URL": "<YOUR_SEARXNG_URL>"
}
}
}
}{
"mcpServers": {
"searxng-deepdive": {
"command": "npx",
"args": [
"-y",
"searxng-deepdive"
],
"env": {
"SEARXNG_URL": "<YOUR_SEARXNG_URL>"
}
}
}
}{
"servers": {
"searxng-deepdive": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"searxng-deepdive"
],
"env": {
"SEARXNG_URL": "<YOUR_SEARXNG_URL>"
}
}
}
}claude mcp add searxng-deepdive --env SEARXNG_URL=<YOUR_SEARXNG_URL> -- npx -y searxng-deepdiveRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.