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