Back to directory
jaacob/perplexity-mcp

jaacob/perplexity-mcp

@jaacob

A MCP server for Claude Desktop that enables Perplexity.ai searching

perplexitysearchmcpclaude-desktopweb-searchapicontext

Installation & Configuration

{
  "mcpServers": {
    "perplexity-server": {
      "command": "node",
      "args": [
        "/absolute/path/to/perplexity-mcp/build/index.js"
      ],
      "env": {
        "PERPLEXITY_API_KEY": "your-api-key-here",
        "PERPLEXITY_MODEL": "sonar"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/14
Updated
2026/6/15