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.
Platform-specific configuration:
{
"mcpServers": {
"MCP-perplexica": {
"command": "npx",
"args": [
"-y",
"MCP-perplexica"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
*"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.
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.
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.
| Mode | When to use | |------|-------------| | speed | Quick fact checks, definitions | | balanced | Everyday research, general questions | | quality | Deep dives, important decisions |
Follow the official installation guide.
git clone https://github.com/ItzCrazyKns/mcp-perplexica.git
cd mcp-perplexicapython -m venv .venv
source .venv/bin/activate # on Windows: .venv\Scripts\activate
pip install -r requirements.txtcp .env.example .envEdit .env with your Perplexica URL:
PERPLEXICA_BASE_URL=http://localhost:3000
LOG_LEVEL=INFOThe default port is 3000, but update PERPLEXICA_BASE_URL if your instance runs elsewhe
Loading reviews...