Connector for Perplexity API, to enable real-time, web-wide research.
10K+
14
3 Tools
Version 4.43 or later needs to be installed to add the server automatically
Use cases
About
Connector for Perplexity API, to enable real-time, web-wide research.
Attribute | Details |
---|---|
Docker Image | mcp/perplexity-ask |
Author | ppl-ai |
Repository | https://github.com/ppl-ai/modelcontextprotocol |
Dockerfile | https://github.com/ppl-ai/modelcontextprotocol/blob/f0a927c250e04b389ff5c34f6a2a85ad625668e8/perplexity-ask/Dockerfile |
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_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.
Parameters | Type | Description |
---|---|---|
messages | array | Array of conversation messages |
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.
Parameters | Type | Description |
---|---|---|
messages | array | Array of conversation messages |
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.
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"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for