Connector for Perplexity API, to enable real-time, web-wide research.
10K+
Connector for Perplexity API, to enable real-time, web-wide research.
| Attribute | Details |
|---|---|
| Docker Image | mcp/perplexity-ask |
| Author | perplexityai |
| Repository | https://github.com/ppl-ai/modelcontextprotocol |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/ppl-ai/modelcontextprotocol/blob/f0a927c250e04b389ff5c34f6a2a85ad625668e8/perplexity-ask/Dockerfile |
| Commit | f0a927c250e04b389ff5c34f6a2a85ad625668e8 |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | |
| Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/perplexity-ask --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| Licence | MIT License |
| Tools provided by this Server | Short Description |
|---|---|
perplexity_ask | Engages in a conversation using the Sonar API. |
perplexity_reason | Performs reasoning tasks using the Perplexity API. |
perplexity_research | Performs deep research using the Perplexity API. |
perplexity_askEngages 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.
| Parameters | Type | Description |
|---|---|---|
messages | array | Array of conversation messages |
perplexity_reasonPerforms 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.
| Parameters | Type | Description |
|---|---|---|
messages | array | Array of conversation messages |
perplexity_researchPerforms 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.
| Parameters | Type | Description |
|---|---|---|
messages | array | Array of conversation messages |
{
"mcpServers": {
"perplexity-ask": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PERPLEXITY_API_KEY",
"mcp/perplexity-ask"
],
"env": {
"PERPLEXITY_API_KEY": "YOUR_PERPLEXITY_API_KEY"
}
}
}
}
Content type
Image
Digest
sha256:7816f45a6…
Size
56.3 MB
Last updated
8 months ago
Requires Docker Desktop 4.37.1 or later.
Pulls:
1,117
Last week