Perplexica MCP Server
About
Perplexica MCP Server is a Model Context Protocol (MCP) server that provides AI-powered web search functionality by connecting MCP clients to the Perplexica search API. It supports stdio, SSE, and Streamable HTTP transports and is built with the FastMCP framework.
Details
- Author
- thetom42
- Downloads
- 360
- Categories
- Other
Jump to
- AI-powered web search with multiple focus modes
- Supports stdio, SSE, and Streamable HTTP transports
- Built with FastMCP for robust MCP protocol compliance
- Single unified server implementation for all transports
- Docker support with health checks and security best practices
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Perplexica MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install dependencies with uv sync, and set the PERPLEXICA_BACKEND_URL environment variable to your running Perplexica instance. Run the server using one of three transport modes: uv run src/perplexica_mcp.py stdio, sse, or http. Configuration examples for Claude Desktop, Cursor IDE, and generic MCP clients are provided. Docker deployment is also supported with compose files for HTTP and SSE transports.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"perplexica mcp server": {
"perplexica": {
"command": "uvx",
"args": [
"perplexica-mcp",
"stdio"
],
"env": {
"PERPLEXICA_BACKEND_URL": "http://localhost:3000/api/search"
}
}
}
}
}
McpServers
{
"perplexica": {
"command": "uvx",
"args": [
"perplexica-mcp",
"stdio"
],
"env": {
"PERPLEXICA_BACKEND_URL": "http://localhost:3000/api/search"
}
}
}
Perplexica MCP Server
A Model Context Protocol (MCP) server that provides search functionality using Perplexica's AI-powered search engine.
Features
- Search Tool: AI-powered web search with multiple focus modes
- Multiple Transport Support: stdio, SSE, and Streamable HTTP transports
- FastMCP Integration: Built using FastMCP for robust MCP protocol compliance
- Unified Architecture: Single server implementation supporting all transport modes
- Production Ready: Docker support with security best practices
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



