Perform conversational searches with the Perplexica AI-powered answer engine.
A Model Context Protocol (MCP) server for interacting with local Perplexica instances. This server provides tools to perform AI-powered searches using your local Perplexica installation.
git clone https://github.com/your-username/perplexica-mcp.git
cd perplexica-mcp
pip install -e .
pip install git+https://github.com/your-username/perplexica-mcp.git
The server connects to a local Perplexica instance. By default, it expects Perplexica to be running on http://localhost:3000
.
You can configure the base URL by setting the PERPLEXICA_BASE_URL
environment variable:
export PERPLEXICA_BASE_URL=http://localhost:3001
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"perplexica": {
"command": "python",
"args": ["-m", "perplexica_mcp"],
"env": {
"PERPLEXICA_BASE_URL": "http://localhost:3000"
}
}
}
}
perplexica_search
: Perform AI-powered searches with various focus modesperplexica_get_models
: Get available chat and embedding modelswebSearch
: General web searchacademicSearch
: Academic and research-focused searchwritingAssistant
: Writing and content creation assistancewolframAlphaSearch
: Mathematical and computational queriesyoutubeSearch
: YouTube video searchredditSearch
: Reddit discussion searchSearch and analyze classical Japanese literature using the Genji API, with advanced normalization features.
Search for videos, users, and retrieve danmaku from the Bilibili API.
Provides access to Typesense search capabilities, requiring a connection to a Typesense server.
Performs deep web searches for information using the Tavily API.
Provides stock screening and fundamental analysis using Finviz data. Requires a Finviz Elite subscription.
An MCP server for accessing Ragie's knowledge base retrieval capabilities.
Search for messages and files within a Slack workspace using the Slack API.
Interact with the Haloscan SEO API for search engine optimization tasks.
An MCP server for web and similarity search, designed for Claude Desktop. It integrates with various external embedding and API services.
MCP server for interacting with the Ordiscan API to query Bitcoin ordinals and inscriptions. Requires an Ordiscan API key.