Perplexity Pro+ added custom remote MCP support in March 2026. This walks the setup to attach Scavio MCP.
Prerequisites
- Perplexity Pro+ subscription
- Scavio API key
Walkthrough
Step 1: Open Perplexity Settings → Connectors
March 2026 feature.
// Settings → Connectors → Add Custom MCP ServerStep 2: Configure Scavio MCP
URL + auth.
// Server URL: https://mcp.scavio.dev/mcp
// Authentication: API Key
// Header name: x-api-keyStep 3: Save and verify connection
Perplexity tests the MCP.
// Tool list should include: scavio.search, scavio.reddit_search, scavio.youtube_search, scavio.amazon_search, scavio.walmart_search.Step 4: Test inside Perplexity Comet workflows
Comet workflow can invoke scavio.search.
// 'Search Reddit for current sentiment on Qwen3 35B; cite sources.'Step 5: Test inside Perplexity Computer
Computer-augmented workflows pull live data.
// 'Pull current pricing for Helium 10 and Jungle Scout via scavio.search; produce comparison table.'Step 6: Cross-runtime: same MCP works in Claude Code, Cursor
One key.
// claude mcp add scavio https://mcp.scavio.dev/mcp --header 'x-api-key: $SCAVIO_API_KEY'Python Example
# No code; this is config-only.JavaScript Example
// Setup is in Perplexity UI.Expected Output
Perplexity Pro+ with attached Scavio MCP exposing six clearly-named search tools.