Self-hosted MCP server that wraps SearXNG's /search API as a single search tool, served over MCP Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-searxng": {
"command": "npx",
"args": [
"-y",
"hanai/mcp-server-searxng"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-searxng npx -y hanai/mcp-server-searxng
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-searxng": {
"command": "npx",
"args": [
"-y",
"hanai/mcp-server-searxng"
]
}
}
}