Back to MCP directory
publicPublicdnsLocal runtime

searxng-mcp-server-v06

SearXNG MCP服务器项目,通过uv运行远程Python脚本并指定SearXNG实例URL

article

README

🚀 searxng-mcp-server

searxng-mcp-server 项目主要提供了运行相关服务的命令及参数配置,可用于启动对应服务并指定访问的 URL。

🚀 快速开始

若要启动 searxng-mcp-server 服务,可使用以下命令:

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

上述命令中,uv 为执行命令,运行 表示启动操作,https://raw.githubusercontent.com/maccam912/searxng-mcp-server/refs/heads/main/server.py 是服务脚本的链接,--url 用于指定访问的 URL 为 https://searxng.example.com

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