Perplexity API Platform MCP Server
ai.perplexity/mcp-server
Documentation
Installation
Use the npm package target with npx -y @perplexity-ai/mcp-server.
Configuration
Required environment variable: PERPLEXITY_API_KEY.
Optional runtime variables: PERPLEXITY_BASE_URL, PERPLEXITY_TIMEOUT_MS, PERPLEXITY_LOG_LEVEL, PERPLEXITY_PROXY, HTTPS_PROXY, and HTTP_PROXY.
Optional HTTP deployment variables: PORT, BIND_ADDRESS, ALLOWED_ORIGINS, and ALLOWED_HOSTS.
Capabilities
Perplexity Search, Ask, Research, and Reason tools for real-time web search and reasoning.
Limitations
Requires a valid Perplexity API key and outbound access to the Perplexity API. Strict MCP clients may need npx -yq if npx -y writes stdout noise during startup.
