Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This package provides a Model Context Protocol (MCP) server that integrates Perplexity's Sonar API, enabling Claude to perform real-time, web-wide research. It allows Claude to engage with the Sonar A
Add this to your MCP client configuration:
{
"mcpServers": {
"ppl-ai-modelcontextprotocol": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PERPLEXITY_API_KEY",
"mcp/perplexity-ask"
],
"env": {
"PERPLEXITY_API_KEY": "<Your Sonar API key from Perplexity AI.>"
}
}
}
}{
"id": "ppl-ai-modelcontextprotocol",
"name": "Perplexity Sonar",
"description": "This package provides a Model Context Protocol (MCP) server that integrates Perplexity's Sonar API, enabling Claude to perform real-time, web-wide research. It allows Claude to engage with the Sonar A",
"source_url": "https://github.com/ppl-ai/modelcontextprotocol",
"publisher_name": "ppl-ai",
"publisher_url": "https://github.com/ppl-ai",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 96186,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "server-perplexity-ask"
},
"tools_count": 3
}