MCPServers
Perplexity - MCP server logo

Perplexity

6
0

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 - The conversation history), temperature (optional number - Sampling temperature between 0-2)

perplexity_ask

Send a simple query to Perplexity AI. Parameters: query (string - The question or prompt to send), model (optional string)

Last Updated: April 25, 2025

Avis de la Communauté

0.0
0 avis
5
0
4
0
3
0
2
0
1
0

Aucun avis encore. Soyez le premier à donner votre avis !

Connectez-vous pour rejoindre la conversation

Coming soon to
HighlightHighlight AI

Langage

TypeScript

Catégories

Tags