A
securityA
licenseA
qualityAn MCP server implementation that integrates the SearxNG API, providing web search capabilities.
Last updated -
2
633
63
JavaScript
MIT License
Provides a web search tool that allows users to perform searches through a SearxNG instance, with control over the query and maximum number of results to return.
该项目提供了一个MCP服务器,允许您使用SearxNG实例执行网页搜索。它提供了一个工具,可供其他兼容 MCP 的应用程序(例如 Goose)调用。
SEARXNG_BASE_URL
环境变量设置为 SearxNG 实例的基本 URL。pip install .
uv run
提供可执行文件的绝对路径。例如:/full/path/to/mcp-searxng-search
替换为项目目录的实际路径。该工具 ID 为searxng_search
。它接受两个参数: query
(搜索查询)和max_results
(返回的最大结果数,默认为 30)。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
MCP 服务器使用 SearxNG 实例实现网络搜索,允许 Goose 等与 MCP 兼容的应用程序执行互联网搜索。