go_mcp_server_searxng
3.1
If you are the rightful owner of go_mcp_server_searxng and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The SearXNG MCP Server is designed to integrate with the SearXNG metasearch engine, providing a versatile search experience across various categories and engines.
SearXNG MCP Server
A Model Context Protocol (MCP) server for integrating with SearXNG metasearch engine.
Server url: http://localhost:8892/sse
Features
- General Search: Search across multiple categories and engines
- Image Search: Specialized image search functionality
- News Search: Time-filtered news search
- Engine Info: Get available search engines and categories
Parameters
-t
: Transport type (stdio/sse), default: stdio-h
: Host for SSE server, default: 0.0.0.0-p
: Port for SSE server, default: 8892-searxng
: SearXNG instance URL, default: http://127.0.0.1:8080
Example
# Start server with custom SearXNG instance
./go_mcp_server_searxng -searxng http://127.0.0.1:8080 -t sse -p 8892
# or cli
./go_mcp_server_searxng -searxng http://127.0.0.1:8080 -t stdio