73
/ 100
22 days ago
glama

mcp-perplexity

Provides a Python-based interface to the Perplexity API for querying responses, maintaining chat history, and managing conversations. It enables models to ask questions, continue conversations, and list chats through Perplexity AI.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: PERPLEXITY_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configDB_PATH"": "chats.db"
🔐 secretPERPLEXITY_API_KEY"": "your-api-key",
configPERPLEXITY_MODELModel Configuration via Environment Variable: Allows you to specify the Perplexity model using the environment variable for flexible model selection.
configPERPLEXITY_MODEL_ASKYou can also specify and PERPLEXITY_MODEL_CHAT to use different models for the ask_perplexity and chat_perplexity tools, respectively.
configPERPLEXITY_MODEL_CHATYou can also specify PERPLEXITY_MODEL_ASK and to use different models for the ask_perplexity and chat_perplexity tools, respectively.
configWEB_UI_ENABLEDEnable or disable web UI false No
configWEB_UI_PORTPort for web UI 8050 No
configWEB_UI_HOSTHost for web UI 127.0.0.1 No
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/fastmcp-me-mcp-perplexity-ucgq5h)](https://m8ven.ai/mcp/fastmcp-me-mcp-perplexity-ucgq5h)
commit: 274c33ff57696bcd3ad0fc1bbb666e882a9108e4
code hash: e2ada19dd3f62c281da6915703375a091f18e577b3d982ecc3a79a9515762062
verified: 6/15/2026, 3:11:39 PM
view raw JSON →