Overview
Maccam912_searxng Mcp Server is a mirror server for the SearxNG search engine, designed to provide a self-hosted search solution.
To use the server, run the command provided in the documentation, which sets up the server to connect to the specified SearxNG instance.
- Self-hosted search engine capabilities - Easy setup with command-line instructions - Customizable search parameters
- Hosting a private search engine for personal use.
- Providing a search solution for organizations that prioritize privacy.
- Experimenting with search engine configurations and features.
Add to your AI client
Use these steps to connect Maccam912_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": {
"maccam912-searxng-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-maccam912-searxng-mcp-server-mcp-mirror"
]
}
}
}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": {
"maccam912-searxng-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-maccam912-searxng-mcp-server-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"maccam912-searxng-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-maccam912-searxng-mcp-server-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"maccam912-searxng-mcp-server-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-maccam912-searxng-mcp-server-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"maccam912-searxng-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-maccam912-searxng-mcp-server-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"maccam912-searxng-mcp-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-maccam912-searxng-mcp-server-mcp-mirror"
]
}
}
}FAQ
Can I customize the search engine?
Yes! The server allows for various customizations to fit your needs.
Is it easy to set up?
Yes! The setup process is straightforward with clear command-line instructions.
What is SearxNG?
SearxNG is a metasearch engine that aggregates results from various search engines while respecting user privacy.