mcp/perplexity-ask

Verified Publisher

By mcp

Updated 8 months ago

Connector for Perplexity API, to enable real-time, web-wide research.

Image
Machine learning & AI
15

10K+

mcp/perplexity-ask repository overview

Perplexity MCP Server

Connector for Perplexity API, to enable real-time, web-wide research.

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/ppl-ai/modelcontextprotocol/blob/f0a927c250e04b389ff5c34f6a2a85ad625668e8/perplexity-ask/Dockerfile
Commitf0a927c250e04b389ff5c34f6a2a85ad625668e8
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/perplexity-ask --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (3)

Tools provided by this ServerShort Description
perplexity_askEngages in a conversation using the Sonar API.
perplexity_reasonPerforms reasoning tasks using the Perplexity API.
perplexity_researchPerforms deep research using the Perplexity API.

Tools Details

Tool: perplexity_ask

Engages in a conversation using the Sonar API. Accepts an array of messages (each with a role and content) and returns a ask completion response from the Perplexity model.

ParametersTypeDescription
messagesarrayArray of conversation messages

Tool: perplexity_reason

Performs reasoning tasks using the Perplexity API. Accepts an array of messages (each with a role and content) and returns a well-reasoned response using the sonar-reasoning-pro model.

ParametersTypeDescription
messagesarrayArray of conversation messages

Tool: perplexity_research

Performs deep research using the Perplexity API. Accepts an array of messages (each with a role and content) and returns a comprehensive research response with citations.

ParametersTypeDescription
messagesarrayArray of conversation messages

Use this MCP Server

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

Why is it safer to run MCP Servers with Docker?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:7816f45a6

Size

56.3 MB

Last updated

8 months ago

Requires Docker Desktop 4.37.1 or later.

This week's pulls

Pulls:

1,117

Last week