Integrations
Perplexity Mac app
Connect the Perplexity Mac app through mcp-remote and a Palim API key.
The currently supported Perplexity flow uses the Mac app, its advanced connector configuration, and an API key. Create the key at api.usepalim.com/setup.
Configuration
In Perplexity, open Settings → Connectors → Add Connector → Advanced and add:
{
"args": [
"mcp-remote",
"https://api.usepalim.com/mcp",
"--header",
"x-api-key:${PALIM_API_KEY}"
],
"command": "npx",
"env": {
"PALIM_API_KEY": "YOUR_PALIM_API_KEY"
},
"useBuiltInNode": true
}Save the connector and restart Perplexity. Do not share this configuration because it contains your API key.
Perplexity Web
The custom connector flow in Perplexity's web interface is currently unreliable. Use the Mac app for Palim.
Test
Open a new thread with the Palim connector enabled and ask for Palim Help.
Last updated on