{ "$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 — privacy-respecting web search with pagination, URL reading", "repository": { "url": "https://github.com/ihor-sokoliuk/mcp-searxng", "source": "github" }, "version": "1.11.1", "packages": [ { "registryType": "npm", "identifier": "mcp-searxng", "version": "1.11.1", "transport": { "type": "stdio" }, "environmentVariables": [ { "name": "SEARXNG_URL", "description": "URL of your SearXNG instance", "isRequired": true, "isSecret": false, "format": "string" } ] } ] }