Skip to main content
Search & Data ExtractionTypeScript

adawalli/nexus

AI-powered web search server using Perplexity Sonar models with source citations. Zero-install setup via NPX.

search-data-extractioncloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/adawalli/nexus

Claude Desktop configuration example:

{
  "mcpServers": {
    "nexus": {
      "command": "npx",
      "args": [
        "-y",
        "adawalli/nexus"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
adawalli