Back to directory
spences10/mcp-perplexity-search

spences10/mcp-perplexity-search

@spences10

A Model Context Protocol (MCP) server for integrating Perplexity's AI API with LLMs.

perplexitysearchaimcp-serverllmchat-completioncontext

Installation & Configuration

{
  "mcpServers": {
    "mcp-perplexity-search": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-perplexity-search"
      ],
      "env": {
        "PERPLEXITY_API_KEY": "your-perplexity-api-key"
      }
    }
  }
}

Information

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