Provides web search capabilities using Perplexity's chat completions API with the sonar-deep-research model, allowing AI assistants to perform detailed web searches with optional recency filtering.
Perplexity Deep Research MCP
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.
Features
- Provides a
deep_research
tool for AI assistants to perform web searches - Uses Perplexity's chat completions API with the sonar-deep-research model
Tool: deep_research
The 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)
Configuration
Environment Variables
PERPLEXITY_API_KEY
: Your Perplexity API key (required)
Response Format
The response from the deep_research
tool includes:
- Content of search results
- Citations for the information
Installing via Smithery
To install perplexity-deep-research for Claude Desktop automatically via Smithery:
License
MIT
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
A server that allows AI assistants to perform web searches using Perplexity's sonar-deep-research model with citation support.
Related MCP Servers
- AsecurityAlicenseAqualityA server facilitating web search functionality by utilizing Perplexity AI's API, designed to integrate with the Claude desktop client for enhanced search queries.Last updated -1215PythonMIT License
- AsecurityFlicenseAqualityThis server allows users to perform web searches using Perplexity AI, providing a tool for retrieving search results through a simple API interface.Last updated -1473TypeScript
- AsecurityAlicenseAqualityA server that enables AI assistants like Claude to perform web searches using the Exa AI Search API, providing real-time web information in a safe and controlled way.Last updated -610,019MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.Last updated -188314JavaScript