Back to Home
sgaunet icon

pplx

Verified Safe

by sgaunet

Overview

This server exposes Perplexity AI's query and chat functionalities to MCP-compatible clients like Claude Code, allowing programmatic interaction with the AI model.

Installation

Run Command
pplx mcp-stdio

Environment Variables

  • PERPLEXITY_API_KEY
  • EDITOR

Security Notes

The project demonstrates good security practices by explicitly requiring and managing API keys via environment variables or configuration files, rather than hardcoding them. It includes robust key masking and sanitization logic for logs and output, preventing accidental exposure. The server operates over standard I/O (stdio) rather than a network port, reducing direct network attack surface. Outbound network calls are made to the legitimate Perplexity AI API. Minor `gosec` warnings exist for file permissions and external command execution (`EDITOR`), but they are either handled with explicit permissions or acknowledged as intentional for user experience.

Similar Servers

Stats

Interest Score37
Security Score9
Cost ClassHigh
Avg Tokens1000
Stars12
Forks1
Last Update2026-01-19

Tags

CLIPerplexity AIChatQueryMCPLLMAI ClientGo