Perplexity MCP Server provides Claude Desktop with direct access to Perplexity AI's language models through a lightweight proxy implementation. It offers two main tools: perplexity_ask for single questions using the llama-3.1-sonar-small-128k-online model with web search capabilities, and perplexity_chat for multi-turn conversations using mixtral-8x7b-instruct. The server communicates via stdio transport, requires only a Perplexity API key for authentication, and is designed for easy installation through npm or direct execution, making it ideal for users who need to augment Claude with Perplexity's specialized search and reasoning capabilities.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Send a single question to Perplexity. Parameters: query (required): The question to ask, model (optional): Model name (default: llama-3.1-sonar-small-128k-online)
Have a multi-turn conversation. Parameters: messages (required): Array of conversation messages, model (optional): Model name (default: mixtral-8x7b-instruct)