Perplexity MCP Server Configuration & Usage Guide
Installationnpx
Risk LevelLow Risk
API KeyRequired
Clients3 supported
Perplexity AI search integration, returning AI-synthesized search results with cited sources
Supported Clients
- Claude Desktop
- Cursor
- VS Code / Cline
Installation Command
npx -y @modelcontextprotocol/server-perplexityConfiguration Example
{
"mcpServers": {
"perplexity": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-perplexity"
],
"env": {
"PERPLEXITY_API_KEY": "<your-api-key>"
}
}
}
}Environment variable required:PERPLEXITY_API_KEY。Do not commit these values to public repositories.
Permission Scope & Security Notes
只进行搜索查询并返回结果,不修改任何数据
- network-access
- credential-required
Risk Score:2/10
Common Errors
- API Key 无效
- 在 perplexity.ai 的 API 设置中生成 Key
- 模型不可用
- 确认 API Key 有对应模型的访问权限
Sources
Recently Verified:2026-05-18。Client versions and configuration formats may change. Please refer to official documentation before use.