Submit

Perplexica Mcp Server

@thetom42

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

Server Config

{
  "mcpServers": {
    "perplexica": {
      "command": "uvx",
      "args": [
        "perplexica-mcp",
        "stdio"
      ],
      "env": {
        "PERPLEXICA_BACKEND_URL": "http://localhost:3000/api/search"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.