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)