Back to Home
sgaunet icon

pplx

Verified Safe

by sgaunet

Overview

An unofficial command-line interface (CLI) program for interacting with the Perplexity AI API for chatting and querying.

Installation

Run Command
pplx mcp-stdio

Environment Variables

  • PPLX_API_KEY
  • PERPLEXITY_API_KEY

Security Notes

The Perplexity AI API key (`PPLX_API_KEY`) is properly handled by being read from environment variables and is not hardcoded. Input parameters for AI queries are generally typed, reducing direct injection risks. The `config edit` command executes the user-defined `$EDITOR` environment variable, which is a standard CLI behavior but could pose a risk if `$EDITOR` is set to a malicious script by the user. Response format regex patterns are passed to the API, assuming the underlying `perplexity-go` library and Perplexity API handle potential ReDoS vulnerabilities safely.

Similar Servers

Stats

Interest Score36
Security Score9
Cost ClassHigh
Avg Tokens1000
Stars7
Forks0
Last Update2025-12-01

Tags

CLIPerplexity AIChatQueryGo