Back to directory
server-perplexity-ask

server-perplexity-ask

@perplexityai2089

An MCP server that integrates with the Perplexity API to provide real-time web search capabilities for large language models within the Model Context Protocol ecosystem.

web searchperplexityapillm toolcontext

Installation & Configuration

{
  "mcpServers": {
    "perplexity-ask": {
      "command": "npx",
      "args": [
        "-y",
        "server-perplexity-ask"
      ],
      "env": {
        "PERPLEXITY_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/3/10
Updated
2026/6/8