Skip to content
Back to search
30
MCP

perplexity-mcp-server

npm/perplexity-mcp-server

A 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

Uptime
0.0%
27 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "perplexity-mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}