perplexity-mcp-server

perplexity-mcp-server

3.3

If you are the rightful owner of perplexity-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Perplexity MCP Server is a Node.js implementation of Anthropic's Model Context Protocol (MCP) that enables Claude to interact with Perplexity's language models.

The Perplexity MCP Server acts as a secure bridge between Claude and Perplexity AI's capabilities, facilitating enhanced AI interactions through tool use. It is built using Node.js and TypeScript, ensuring type safety and robust error handling. The server implements the MCP protocol using the `@modelcontextprotocol/sdk` package, allowing for seamless communication and tool execution. It supports two main tools: perplexity_chat for advanced chat completions and perplexity_ask for simplified single-query interactions. The server is designed to be easily integrated with Claude Desktop and other platforms, providing a flexible and scalable solution for AI model interactions.

Features

  • Secure bridge between Claude and Perplexity AI
  • Advanced chat completion with full message history
  • Simplified single-query interface
  • Type-safe tool handlers and structured input validation
  • Comprehensive error handling and process isolation

Tools

  1. perplexity_chat

    Generate a chat completion using Perplexity AI

  2. perplexity_ask

    Send a simple query to Perplexity AI