← Back to Plugins
MCP Server MCP

io.github.aicrafted/searxng-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for SearXNG aggregator — web search across multiple engines via Model Context Protocol

Homepage Verified source GitHub

Install

oci:ghcr.io/aicrafted/searxng-mcp:latest

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/aicrafted/searxng-mcp:latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of your SearXNG instance",
          "isRequired": true,
          "format": "string",
          "name": "SEARXNG_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...