Searxng Mcp Server
Overview
Searxng Mcp Server is an open-source metasearch engine that aggregates results from various search engines while maintaining user privacy.
To use Searxng Mcp Server, run the server using the provided command and access it through the specified URL.
- Aggregates search results from multiple sources - Maintains user privacy and anonymity - Customizable and open-source
- Conducting private searches without tracking.
- Aggregating results from different search engines for comprehensive information.
- Customizing search parameters for specific needs.
Add to your AI client
Use these steps to connect Searxng Mcp Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"searxng-mcp-server-maccam912": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-searxng-mcp-server-maccam912"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"searxng-mcp-server-maccam912": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-searxng-mcp-server-maccam912"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"searxng-mcp-server-maccam912": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-searxng-mcp-server-maccam912"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"searxng-mcp-server-maccam912": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-searxng-mcp-server-maccam912"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"searxng-mcp-server-maccam912": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-searxng-mcp-server-maccam912"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"searxng-mcp-server-maccam912": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-searxng-mcp-server-maccam912"
]
}
}
}FAQ
Is Searxng Mcp Server free to use?
Yes! Searxng Mcp Server is open-source and free to use.
Can I host my own instance of Searxng Mcp Server?
Yes! You can run your own instance by following the setup instructions provided in the repository.
Does Searxng Mcp Server track user searches?
No! Searxng Mcp Server is designed to protect user privacy and does not track searches.