Perplexity Deep Research
STDIOMCP server for Perplexity AI API with web search capabilities using sonar-deep-research model.
MCP server for Perplexity AI API with web search capabilities using sonar-deep-research model.
A Model Context Protocol (MCP) server for Perplexity AI API with web search capabilities. This server allows AI assistants to perform web searches using Perplexity's chat completions API with the sonar-deep-research model.
deep_research
tool for AI assistants to perform web searchesThe server provides a deep_research
tool with the following input parameters:
query
(required): The search query to performsearch_recency_filter
(optional): Filter search results by recency (options: month, week, day, hour)PERPLEXITY_API_KEY
: Your Perplexity API key (required)The response from the deep_research
tool includes:
To install perplexity-deep-research for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @arjunkmrm/perplexity-deep-research --client claude
MIT