perplexity-mcp

perplexity-mcp

2

Perplexity MCP Server is an implementation of the Model Context Protocol designed to integrate Perplexity AI with Claude Desktop. It enables users to access and interact with Perplexity's AI models through single and multi-turn conversations.

Perplexity MCP Server

A custom Model Context Protocol (MCP) implementation that integrates Perplexity AI into Claude Desktop.

Features

  • Integration with Claude Desktop through MCP
  • Offers access to Perplexity's AI models
  • Supports single and multi-turn conversations
  • Customizable model selection

Installation

Prerequisites

  • Node.js (v16 or higher)
  • Claude Desktop (latest)
  • Perplexity API key

Option 1: Clone and Run Locally

  1. Clone the repository
  2. Install dependencies
  3. Create a .env file
  4. Test the server

Option 2: Install Globally

  1. Clone and navigate to the repository
  2. Install globally
  3. Run the server from anywhere

Claude Desktop Configuration

Add this configuration to your claude_desktop_config.json file for both standard and global installations. Include absolute paths if using NVM.

Available Tools

  • perplexity_ask: Send a question to Perplexity
  • perplexity_chat: Engage in multi-turn conversations

Troubleshooting

  • Check logs and API key validity
  • Verify configuration format