LogoSTMCP
Download
perplexity-ask-mcp

Perplexity Ask MCP Server

An MCP server that integrates the Sonar API to provide Claude with real-time web research capabilities through live web searches and conversational interactions.

Tools

1. perplexity_ask

Engage in a conversation with the Sonar API for live web searches.

Open Graph image for Perplexity Ask MCP Server

JSON Config

{
  "mcpServers": {
    "perplexity-ask": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "PERPLEXITY_API_KEY",
        "mcp/perplexity-ask"
      ],
      "env": {
        "PERPLEXITY_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Information

  • Author@ppl-ai
  • Published date2025/09/08