返回市场
MCP服务器困惑度

MCP服务器困惑度

作者:tanigami85 星标更新:2024-12-25

项目介绍

Perplexity MCP Server

smithery badge

用于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>

组件

工具

  • ask_perplexity: 请求带有引用的聊天完成内容来自Perplexity

快速开始

安装

Claude Desktop

  • 在macOS上:~/Library/Application\ Support/Claude/claude_desktop_config.json
  • 在Windows上:%APPDATA%/Claude/claude_desktop_config.json
"mcpServers": {
  "Perplexity": {
    "command": "uvx",
    "args": [
      "mcp-server-perplexity"
    ],
    "env": {
      "PERPLEXITY_API_KEY": "your-perplexity-api-key"
    }
  }
}