Back to MCP Servers
Searxng
A Model Context Protocol Server for [SearXNG](https://docs.searxng.org)
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