Back to MCP directory
publicPublicdnsLocal runtime

maccam912_searxng-mcp-server

SearxNG MCP服务项目,通过uv运行远程服务器脚本,支持自定义SearxNG实例URL

article

README

🚀 searxng-mcp-server

searxng-mcp-server 可通过指定命令和参数来启动相关服务,解决了特定场景下服务启动配置的问题,为用户提供便捷的启动方式。

🚀 快速开始

以下是启动 searxng-mcp-server 的配置信息:

"searxng-mcp-server": {
    "command": "运行",
    "参数": [
        "启动",
        "https://raw.githubusercontent.com/maccam912/searxng-mcp-server/refs/heads/main/server.py",
        "--url",
        "https://searxng.example.com"
    ]
}

此配置中,command 表示要执行的命令为“运行”,参数 包含了启动所需的具体信息,如脚本链接和目标 URL。按照此配置即可启动 searxng-mcp-server 服务。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client