Skip to main content
Search & Data ExtractionTypeScript

Ihor-Sokoliuk/MCP-SearXNG

A Model Context Protocol Server for [SearXNG](https://docs.searxng.org)

search-data-extractioncloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ihor-sokoliuk/mcp-searxng

Claude Desktop configuration example:

{
  "mcpServers": {
    "ihor-sokoliuk-mcp-searxng": {
      "command": "npx",
      "args": [
        "-y",
        "Ihor-Sokoliuk/MCP-SearXNG"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
ihor-sokoliuk