perplexity-mcp-server
npm/perplexity-mcp-serverA Perplexity API Model Context Protocol (MCP) server that unlocks Perplexity's search-augmented AI capabilities for LLM agents. Features robust error handling, secure input validation, and transparent reasoning with the showThinking parameter. Built with
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"perplexity-mcp-server": {
"url": "None",
"transport": "http"
}
}
}