modelcontextprotocol

perplexityai/modelcontextprotocol
★ 2,016 stars TypeScript 🤖 AI/LLM Updated 1mo ago
The official MCP server implementation for the Perplexity API Platform
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": {
    "modelcontextprotocol": {
      "command": "npx",
      "args": [
        "-y",
        "perplexityai/modelcontextprotocol"
      ]
    }
  }
}