Perplexity API
Serves as an API endpoint to query models behind the Perplexity API using Model Context Protocol.
About
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
- Supports stdio and SSE transports
- Configurable Perplexity API key and model settings
- Docker and Node.js deployment options
- Optional bearer authentication for SSE transport
- Customizable SSE endpoint
- 1 GitHub stars
Use Cases
- Integrating Perplexity AI models into applications using MCP
- Creating a local API server for querying Perplexity AI
- Building custom AI workflows with Perplexity AI