Back to MCP Servers
Nexus
AI-powered web search server using Perplexity Sonar models with source citations. Zero-install setup via NPX.
search-data-extractionai
By adawalli
Installation
npx -y nexusConfiguration
{
"mcpServers": {
"nexus": {
"command": "npx",
"args": ["-y", "nexus"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes