Back to MCP Servers
🔌

tanigami/mcp-server-perplexity

MITAPI key required

🐍 ☁️ - Interacting with Perplexity API.

PythonAPIs

Install

npx -y tanigami-mcp-server-perplexity

Required environment variables

PERPLEXITY_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "tanigami-mcp-server-perplexity": {
      "command": "npx",
      "args": [
        "-y",
        "tanigami-mcp-server-perplexity"
      ],
      "env": {
        "PERPLEXITY_API_KEY": "<YOUR_PERPLEXITY_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.