Back to directory
alexwohletz/perplexity-server

alexwohletz/perplexity-server

@alexwohletz

MCP server that provides access to Perplexity AI's API for performing AI-powered searches with web citations

perplexitysearchaimcp-serverweb-searchcitationsjavascriptcontext

Installation & Configuration

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

Information

Transport
stdio
Language
JavaScript
Created
2026/6/17
Updated
2026/6/17