Back to directory
viktor-berg5061/perplexity-serch-v2

viktor-berg5061/perplexity-serch-v2

@Viktor-berg5061

A Model Context Protocol (MCP) server that provides web search capabilities using the Perplexity API.

perplexitysearchmcpweb-searchapiresearchcontext

Installation & Configuration

{
  "mcpServers": {
    "perplexity-search-v2": {
      "command": "node",
      "args": [
        "path/to/perplexity-serch-v2/index.js"
      ],
      "env": {
        "PERPLEXITY_API_KEY": "your_api_key_here"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Information

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