Perplexity AI MCP Server

by fr0ziii
Verified

chat_perplexity

Maintains ongoing conversations with Perplexity AI. Creates new chats or continues existing ones with full history context.

Input Schema

NameRequiredDescriptionDefault
chat_idNoOptional: ID of an existing chat to continue. If not provided, a new chat will be created.
messageYesThe message to send to Perplexity AI

Input Schema (JSON Schema)

{ "properties": { "chat_id": { "description": "Optional: ID of an existing chat to continue. If not provided, a new chat will be created.", "type": "string" }, "message": { "description": "The message to send to Perplexity AI", "type": "string" } }, "required": [ "message" ], "type": "object" }