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
- Clone the repository
- Install dependencies
- Create a
.env
file - Test the server
Option 2: Install Globally
- Clone and navigate to the repository
- Install globally
- 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