Perplexity MCP Server (Python)
by ctosmsa
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 8080 |
| HTTP_PROXY | No | Fallback proxy env var | |
| HTTPS_PROXY | No | Fallback proxy env var | |
| BIND_ADDRESS | No | HTTP bind address | 0.0.0.0 |
| ALLOWED_ORIGINS | No | CORS origins (comma-separated) | * |
| PERPLEXITY_PROXY | No | Proxy URL | |
| PERPLEXITY_API_KEY | Yes | Perplexity API key (required) | |
| PERPLEXITY_BASE_URL | No | Custom API base URL | https://api.perplexity.ai |
| PERPLEXITY_LOG_LEVEL | No | DEBUG|INFO|WARN|ERROR | ERROR |
| PERPLEXITY_TIMEOUT_MS | No | Request timeout in ms | 300000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ctosmsa/perplexity_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server