用于Perplexity API的MCP服务器。
:warning: 限制:
- 如果Perplexity处理时间过长,Claude Desktop客户端可能会超时
- 如果Claude Desktop在未来实现对长时间运行操作的支持和进度报告,这个问题可能会得到解决
- 如果这些功能变得可用,将会进行实现更新以支持这些特性
<a href="https://glama.ai/mcp/servers/hchfq9bydq"><img width="380" height="200" src="https://gips0.baidu.com/it/u=2979539961,1619594220&fm=3081&app=3081&f=PNG?w=760&h=400" alt="Perplexity Server MCP服务器" /></a>
~/Library/Application\ Support/Claude/claude_desktop_config.json"mcpServers": {
"Perplexity": {
"command": "uvx",
"args": [
"mcp-server-perplexity"
],
"env": {
"PERPLEXITY_API_KEY": "your-perplexity-api-key"
}
}
}