perplexity
stdioUsed by 11 plugins
Installs perplexity, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub perplexityai/modelcontextprotocol --plugin perplexityAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"perplexity": {
"command": "npx",
"args": [
"-y",
"@perplexity-ai/mcp-server"
],
"env": {
"PERPLEXITY_API_KEY": "${PERPLEXITY_API_KEY}",
"PERPLEXITY_TIMEOUT_MS": "${PERPLEXITY_TIMEOUT_MS:-600000}"
}
}
}
}Replace placeholder values for: PERPLEXITY_API_KEY
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Command
npxAccess Level
write
Arguments
-y@perplexity-ai/mcp-server
Environment Variables
PERPLEXITY_API_KEY=${PERPLEXITY_API_KEY}PERPLEXITY_TIMEOUT_MS=${PERPLEXITY_TIMEOUT_MS:-600000}Required Secrets
PERPLEXITY_API_KEY