AI-powered search with citations and up-to-date answers
The Perplexity Ask MCP Server provides AI-powered search with citations and up-to-date answers through the Perplexity Sonar API. Your AI assistant can perform searches that return synthesized, cited answers rather than raw search results.
Built by the community (ppl-ai), this server connects to Perplexity's Sonar API to deliver answers that combine search results with AI synthesis. Each response includes source citations for verification.
Great for research tasks, fact-checking, and getting comprehensive answers to complex questions with proper source attribution.
Add this to your MCP configuration file:
{
"mcpServers": {
"perplexity-ask": {
"args": [
"-y",
"@perplexity-ai/mcp-server"
],
"command": "npx"
}
}
}This is a well-structured MCP server for Perplexity AI with proper authentication, clean code, and permissions appropriate for its AI search and reasoning functionality. Minor code quality findings around error handling and input validation do not pose significant security risks. Supply chain analysis found 10 known vulnerabilities in dependencies (0 critical, 6 high severity).
Scanned 5 files · 13 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!