perplexity-mcp-server
The Perplexity AI MCP Server is designed to provide access to the Perplexity AI API through a Model Context Protocol, facilitating operations such as chatting and searching. It aims to streamline the integration process into MCP-based systems with tools for seamless interaction.
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. It allows users to interact with Perplexity AI through various tools like chatting, searching, and retrieving documentation.
Purpose
This server simplifies the integration of Perplexity AI into MCP-based systems, offering a convenient and standardized way to access its capabilities.
Setup
- Install Node.js and npm.
- Clone the repository.
- Install dependencies.
- Configure the API key.
- Run the server.
Usage
The server exposes several tools available through the MCP system. Refer to the MCP documentation for details.
Technologies Used
- TypeScript
- @modelcontextprotocol/sdk
- axios
Known Issues
- The Perplexity API may be unreliable, but error handling is included.
Contributing
Contributions are welcome! Please open an issue or submit a pull request.