Database · MODEL CONTEXT PROTOCOL
nachoal perplexity mcp
A perplexity MCP server
WHAT IT CONNECTS
What nachoal perplexity mcp gives an AI Agent
- Search the web with Perplexity's powerful search capabilities
- Get comprehensive search results with sources and citations
- Filter results by time period (day, week, month, year)
- Includes a ready-to-use prompt template for web searches
- Supports loading API key from environment variables or .env file
- Clone this repository
- Install dependencies:
- Visit [Perplexity API Settings](https://www.perplexity.ai/settings/api)
- Create an account if you don't have one
- Generate an API key
- Edit your Claude Desktop configuration file:
- On macOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`
- On Windows: `%APPDATA%/Claude/claude_desktop_config.json`
- Add the following configuration:
- Restart Claude Desktop
- "Search the web for the latest news about artificial intelligence"
- "Use Perplexity to find information about climate change published in the past week"
- "Search for recent research papers on quantum computing from the past month"
- `query`: The search query string
- `recency`: Filter results by time period - 'day', 'week', 'month' (default), or 'year'
- A detailed summary of the search results
- Key facts and information found
- Sources with URLs for verification
- Any conflicting information if present
- `query`: The search query
- `recency`: Time period filter - 'day', 'week', 'month' (default), or 'year'
- Search for the specified query
- Focus on results from the specified time period
- Summarize key findings
- Highlight important facts
- Mention conflicting information
- Cite sources with links
SECURITY
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.