laodev1_perplexity-mcp-server
If you are the rightful owner of laodev1_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, leveraging the @modelcontextprotocol/sdk for MCP implementation. The server supports two main tools: perplexity_chat for advanced chat completion with message history, and perplexity_ask for simplified single-query interactions. It features comprehensive error handling, modular tool definitions, and environment-based configuration. The server is designed for easy integration with Claude Desktop and supports development with automatic recompilation.
Features
- Secure bridge between Claude and Perplexity AI
- Supports advanced chat completion and single-query interactions
- Built with TypeScript for type safety
- Comprehensive error handling and input validation
- Environment-based configuration and process isolation
Tools
perplexity_chat
Generate a chat completion using Perplexity AI
perplexity_ask
Send a simple query to Perplexity AI