Connects Claude to Perplexity's Sonar Pro API for web searches with citation tracking. Exposes a single search tool that takes a query string and optional recency filter (hour, day, week, or month). Returns both the search results content and an array of citations, which is handy when you need Claude to pull current information from the web with source attribution. Requires a Perplexity API key. Reach for this when you want real-time web search capabilities without building your own search integration, especially if you value having structured citations alongside the results.
Public tool metadata for what this MCP can expose to an agent.
searchPerform a web search using Perplexity's API, which provides detailed and contextually relevant results with citations. By default, no time filtering is applied to search results.2 paramsPerform a web search using Perplexity's API, which provides detailed and contextually relevant results with citations. By default, no time filtering is applied to search results.
querystringsearch_recency_filterstringmonth · week · day · hourA simple Model Context Protocol (MCP) server for Perplexity's web search with sonar or sonar-pro.
search tool for AI assistants to perform web searchesThe server provides a search 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). If not specified, no time filtering is applied.PERPLEXITY_API_KEY: Your Perplexity API key (required)The response from the search tool includes:
content: The search results contentcitations: Array of citations for the informationMIT
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp