Perplexica MCP Server

by thetom42

360 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Perplexica MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.