{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.ihor-sokoliuk/mcp-searxng",
    "title": "SearXNG Search",
    "description": "MCP server for SearXNG \u2014 privacy-respecting web search with pagination, URL reading",
    "repository": {
        "url": "https://github.com/ihor-sokoliuk/mcp-searxng",
        "source": "github"
    },
    "version": "1.7.2",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "mcp-searxng",
            "version": "1.7.2",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "name": "SEARXNG_URL",
                    "description": "URL of your SearXNG instance",
                    "isRequired": true,
                    "isSecret": false,
                    "format": "string"
                }
            ],
            "registryBaseUrl": "https://registry.npmjs.org"
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-06-21T00:47:42+00:00",
            "updatedAt": "2026-06-21T00:51:42+00:00"
        },
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "publishedAt": "2026-06-21T00:51:42+00:00",
            "updatedAt": "2026-06-21T00:51:42+00:00",
            "isLatest": false
        }
    }
}