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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |