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.