An MCP server implementation that integrates with SearXNG, providing privacy-focused meta search capabilities.
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",
"kevinwatt/mcp-server-searxng"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-searxng npx -y kevinwatt/mcp-server-searxng
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-searxng": {
"command": "npx",
"args": [
"-y",
"kevinwatt/mcp-server-searxng"
]
}
}
}