perplexity-mcp

DaInfernalCoder/perplexity-mcp
★ 284 stars JavaScript 🧠 Memory/Knowledge Updated 1mo ago
A Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "perplexity-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "DaInfernalCoder/perplexity-mcp"
      ]
    }
  }
}