Roo-Code/examples/mcp-servers/perplexity/example-config.json
Roo Code c6b05658ac feat: add Perplexity MCP server for web search and deep research
- Implements MCP server with Perplexity API integration
- Adds three tools: web_search, deep_research, and ask_followup
- Includes comprehensive documentation and example configuration
- Supports various search options including domain filtering and recency
- Provides deep research capabilities with Pro models
- Closes #6271
2025-07-27 13:10:00 +00:00

14 lines
269 B
JSON

{
"mcpServers": {
"perplexity": {
"command": "node",
"args": ["./examples/mcp-servers/perplexity/build/index.js"],
"env": {
"PERPLEXITY_API_KEY": "pplx-YOUR_API_KEY_HERE"
},
"disabled": false,
"alwaysAllow": [],
"disabledTools": []
}
}
}