Serves as an API endpoint to query models behind the Perplexity API using Model Context Protocol.
The Perplexity API server provides an interface to query language models through the Perplexity API, adhering to the Model Context Protocol (MCP). It supports both stdio and SSE transports, allowing flexible integration into various environments. Configuration options allow customization of the API key, default model, available models, and SSE endpoint settings. The server can be easily deployed using Docker or Node.js.
Key Features
01Supports stdio and SSE transports
02Configurable Perplexity API key and model settings
03Docker and Node.js deployment options
04Optional bearer authentication for SSE transport
05Customizable SSE endpoint
061 GitHub stars
Use Cases
01Integrating Perplexity AI models into applications using MCP
02Creating a local API server for querying Perplexity AI