Back to MCP Servers
Searxng
An MCP Server to connect to searXNG instances
search-data-extraction
Installation
npx -y MCP-searxngConfiguration
{
"mcpServers": {
"MCP-searxng": {
"command": "npx",
"args": ["-y", "MCP-searxng"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes