MCPServers
Perplexity logo

Perplexity for Cursor

6
0
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

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Coming soon to
HighlightHighlight AI

Language

TypeScript

Categories

Tags