perplexity mcp server
Provides a standardized way to integrate Perplexity AI's features like chat, search, and documentation access into MCP-based systems.
Provides a standardized way to integrate Perplexity AI's features like chat, search, and documentation access into MCP-based systems.
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.