Provides access to the Perplexity AI API, allowing users to interact with Perplexity AI through various tools, including chatting, searching, and retrieving documentation
Perplexity AI MCP Server
This repository contains the source code for a Model Context Protocol (MCP) server that provides access to the Perplexity AI API. This server allows users to interact with Perplexity AI through various tools, including chatting, searching, and retrieving documentation.
Purpose
This server simplifies the integration of Perplexity AI into MCP-based systems. It provides a convenient and standardized way to access Perplexity AI's capabilities.
Setup
- Install Node.js and npm: Ensure you have Node.js and npm installed on your system.
- Clone the repository: Clone this repository to your local machine.
- Install dependencies: Navigate to the project directory and run
npm install
. - Configure API Key: Set the
PERPLEXITY_API_KEY
environment variable to your Perplexity API key. - Run the server: Run
npm start
to start the server.
Usage
The server exposes several tools that can be accessed through the MCP system. Refer to the MCP documentation for details on how to use these tools.
Technologies Used
- TypeScript
- @modelcontextprotocol/sdk
- axios
Known Issues
- The Perplexity API may be unreliable. Error handling is included to gracefully handle API failures.
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Provides a standardized way to integrate Perplexity AI's features like chat, search, and documentation access into MCP-based systems.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityEnables integration of DeepSeek's language models with MCP-compatible applications, offering features like chat completion, custom model selection, and parameter control for enhancing language-based interactions.Last updated -253259JavaScriptMIT License
- AsecurityAlicenseAqualityAn MCP server integrating Perplexity AI's API to offer advanced search capabilities with support for multiple models and result configuration.Last updated -16961JavaScriptMIT License
- AsecurityAlicenseAqualityA custom MCP tool that integrates Perplexity AI's API with Claude Desktop, allowing Claude to perform web-based research and provide answers with citations.Last updated -14JavaScriptMIT License
- -securityAlicense-qualityProvides access to Perplexity AI models through two tools: ask\_perplexity for expert programming assistance and chat\_perplexity for maintaining ongoing conversations with context preservation.Last updated -PythonMIT License