Connect to Claude
Perplexity icon

Perplexity

Provides access to the Perplexity AI API via the MCP protocol, offering coding assistance and conversational AI.

About

Perplexity exposes the Perplexity AI API as a Media Computation Protocol (MCP) server, allowing you to integrate its functionalities into your MCP-compatible workflows. It provides two key tools: `ask_perplexity` for expert programming assistance with source citations and debugging, and `chat_perplexity` for ongoing conversations with full history context. The server supports model configuration via environment variables, persistent chat history, and streaming responses with progress reporting, ensuring flexible and reliable interaction with Perplexity AI.

Key Features

  • Allows model configuration via environment variables for flexible model selection.
  • 0 GitHub stars
  • Enables ongoing conversations with Perplexity AI using the `chat_perplexity` tool.
  • Streams responses with progress reporting to prevent timeouts.
  • Offers coding assistance with source citations via the `ask_perplexity` tool.
  • Maintains persistent chat history for continuous conversations.

Use Cases

  • Using Perplexity AI for research and information retrieval with cited sources.
  • Building conversational AI agents with persistent chat history.
  • Integrating Perplexity AI's coding assistance into automated development workflows.