A custom MCP tool that integrates Perplexity AI's API with Claude Desktop, allowing Claude to perform web-based research and provide answers with citations.
{
"mcpServers": {
"iflowletsbuildagent-perplexity-tool": {
"command": "npx",
"args": [
"-y",
"@iflow-mcp/letsbuildagent-perplexity-tool"
]
}
}
}