perplexity-ai
Self-hosted Perplexity search server with cited answers
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install perplexity-ai?▼
Run `npx skills add escapeWu/perplexity-ai --all -g -y` in your terminal to install all skills in this repository globally.
What does perplexity-ai do?▼
It is a self-hosted server that exposes Perplexity web search through MCP and OpenAI-compatible endpoints, returning cited answers. It supports multi-token load balancing, health monitoring, and deep research modes.
How do I deploy the perplexity-ai server?▼
Use Docker Compose: copy the example token pool config, add your Perplexity account tokens, then run `docker compose up -d`. The included server-deploy skill can also automate a guarded production rollout.
Does perplexity-ai work with Claude Code and other agents?▼
Yes. It exposes standard MCP tools and an OpenAI-compatible API, and ships SKILL.md files that work in Claude Code, Cursor, and other compatible agents.
How do I get Perplexity account tokens?▼
Open perplexity.ai, open browser developer tools, and copy the `next-auth.csrf-token` and `__Secure-next-auth.session-token` cookies into your token pool config file.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core