A Model Context Protocol Server connector for Perplexity API, to enable web search without leaving the MCP ecosystem.
mcpServer
{ "mcpServers": { "perplexity-ask": { "command": "npx", "args": [ "-y", "server-perplexity-ask" ], "env": { "PERPLEXITY_API_KEY": "YOUR_API_KEY_HERE" } } } }
npx -y server-perplexity-ask