arjunkmrm/perplexity-search
A simple Model Context Protocol server for Perplexity's web search with sonar or sonar-pro
Platform-specific configuration:
{
"mcpServers": {
"perplexity-search": {
"command": "npx",
"args": [
"-y",
"perplexity-search"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://smithery.ai/server/@arjunkmrm/perplexity-search)
A 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
Loading reviews...