Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
MCP server providing access to the Perplexity AI API, enabling interaction through chat, search, and documentation retrieval.
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.
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.
npm install
.PERPLEXITY_API_KEY
environment variable to your Perplexity API key.npm start
to start the server.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.
Contributions are welcome! Please open an issue or submit a pull request.