Perplexity Search MCP enables AI assistants to perform web searches using Perplexity's API with sonar or sonar-pro models. Built by arjunkmrm, it provides a single 'search' tool that accepts a query parameter and optional recency filtering, returning detailed search results with citations. The implementation runs on Node.js, can be deployed via Docker, and requires a Perplexity API key for authentication, making it ideal for workflows requiring up-to-date information from the web without leaving the conversation interface.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Perform a web search with the provided query. Parameters: query (string, required), search_recency_filter (string, optional) - filter search results by recency (options: month, week, day, hour).