A MCP Perplexity API server written in Typescript with stdio and SSE transport support.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
process.env. You'll be asked to provide them before it can run.MCP_PERPLEXITY_API_KEY— ENTER_YOUR_PERPLEXITY_API_KEYMCP_PERPLEXITY_DEFAULT_MODEL— The perplexity default model to use. Default is sonar-pro.MCP_PERPLEXITY_MODELS— Comma separated list of models to use. Default is sonar,sonar-pro.MCP_PERPLEXITY_TOOL_DESCRIPTION_SUFFIX— The suffix to use for the tool description. Empty by default.MCP_SSE_AUTH_HEADER_KEY— The auth header key to use for SSE. Default is Authorization.MCP_SSE_AUTH_HEADER_VALUE— - =Bearer some_token_which_is_required # enables optional bearer authentication against the MCP server with hard coded valueMCP_SSE_ENDPOINT— The endpoint to use for SSE. Default is /sse.MCP_SSE_PORT— The port to use for SSE. Default is 8080.MCP_TRANSPORT— export =stdio # optional, stdio is default[](https://m8ven.ai/mcp/sibbl-mcp-perplexity-api-1frvoa)