Perplexity
Summary
This Perplexity MCP server provides a bridge between Claude and Perplexity AI's language models, enabling enhanced AI interactions through tool use. It implements two main tools: perplexity_chat for advanced chat completions with full message history support, and perplexity_ask for simplified single-query interactions. The server is built with TypeScript, uses the @modelcontextprotocol/sdk for MCP implementation, and communicates via stdio transport. It features comprehensive error handling, environment-based configuration, and a modular tool system with type-safe handlers. This implementation is particularly useful for developers and researchers looking to leverage Perplexity AI's capabilities within Claude, enabling applications like advanced chatbots, question-answering systems, and AI-assisted research tools.
Available Actions(2)
perplexity_chat
Generate a chat completion using Perplexity AI. Parameters: model (optional string), messages (array of {role, content} objects), temperature (optional number between 0-2)
perplexity_ask
Send a simple query to Perplexity AI. Parameters: query (string), model (optional string)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요