loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

MCP-perplexica

MCP Tool

Ruben-Alvarez-Dev/MCP-perplexica

MCP server that bridges Perplexica search to any AI assistant. Enables web, academic, and deep search through Model Context Protocol.

Install

$ npx loaditout add Ruben-Alvarez-Dev/MCP-perplexica

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "MCP-perplexica": {
      "command": "npx",
      "args": [
        "-y",
        "MCP-perplexica"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

MCP-perplexica

*"Stop asking Google. Start discovering."*

This little server bridges the gap between Perplexica and any MCP-compatible AI assistant. Think of it as your research companion that never sleeps, never judges your weird search queries, and actually understands what you're trying to find.

What is Perplexica?

Perplexica is an open-source AI-powered search engine that actually understands your questions. Unlike traditional search that throws keywords at you, Perplexica uses AI to dig into the web and find what you actually need — with sources, no less.

  • Source: github.com/ItzCrazyKns/Vane (yes, it got renamed from Perplexica to Vane, don't ask)
  • Privacy-first: Uses SearXNG to avoid tracking
  • Multiple search modes: Web, academic papers, images, videos, even YouTube transcripts
What does this MCP server do?

It wraps Perplexica's API and exposes it as an MCP tool. That means your AI assistant can actually search the web on your behalf, cite sources properly, and hand you real information instead of hallucinated facts.

Search Modes

| Mode | When to use | |------|-------------| | speed | Quick fact checks, definitions | | balanced | Everyday research, general questions | | quality | Deep dives, important decisions |

Setup
1. Get Perplexica running

Follow the official installation guide.

2. Clone this repo
git clone https://github.com/ItzCrazyKns/mcp-perplexica.git
cd mcp-perplexica
3. Create your environment
python -m venv .venv
source .venv/bin/activate  # on Windows: .venv\Scripts\activate
pip install -r requirements.txt
4. Configure
cp .env.example .env

Edit .env with your Perplexica URL:

PERPLEXICA_BASE_URL=http://localhost:3000
LOG_LEVEL=INFO

The default port is 3000, but update PERPLEXICA_BASE_URL if your instance runs elsewhe

Tags

aianthropicclaudeclaude-desktopmcpmcp-serverperplexicaresearchsearch

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated27 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/22/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Ruben-Alvarez-Dev/MCP-perplexica)](https://loaditout.ai/skills/Ruben-Alvarez-Dev/MCP-perplexica)