MCP-searxng connects AI agents to web search via searXNG. It exposes search functionality, allowing agents to query multiple search engines through a unified API. The server integrates with searXNG, a privacy-respecting metasearch engine. Developers use it to enable agents to perform web searches while maintaining privacy and avoiding direct API calls to commercial search providers.
MCP-searxng connects AI agents to web search via searXNG. It exposes search functionality, allowing agents to query multiple search engines through a unified API. The server integrates with searXNG, a privacy-respecting metasearch engine. Developers use it to enable agents to perform web searches while maintaining privacy and avoiding direct API calls to commercial search providers.
pip install MCP-searxngAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"secretiveshell-mcp-searxng-github": {
"command": "uvx",
"args": [
"pip install MCP-searxng"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from MCP searxng?"
No configuration required. This server works out of the box.
"What resources are available in MCP searxng?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in MCP searxng"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in MCP searxng with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.