困惑の深い研究MCP
Perplexity AI API用のモデルコンテキストプロトコル(MCP)サーバー。Web検索機能を備えています。このサーバーにより、AIアシスタントはPerplexityのチャット補完APIとsonar-deep-researchモデルを使用してWeb検索を実行できます。
特徴
- AIアシスタントがウェブ検索を実行するための
deep_research
ツールを提供する - Perplexity のチャット補完 API を sonar-deep-research モデルで使用します。
ツール: deep_research
サーバーは、次の入力パラメータを持つdeep_research
ツールを提供します。
query
(必須): 実行する検索クエリsearch_recency_filter
(オプション): 検索結果を最新度でフィルタリングします(オプション:月、週、日、時間)
構成
環境変数
PERPLEXITY_API_KEY
: Perplexity API キー (必須)
応答フォーマット
deep_research
ツールからの応答には次のものが含まれます。
- 検索結果の内容
- 情報の引用
Smithery経由でインストール
Smithery経由で Claude Desktop 用の perplexity-deep-research を自動的にインストールするには:
ライセンス
マサチューセッツ工科大学
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
AI アシスタントが引用をサポートする Perplexity のソナーディープリサーチ モデルを使用して Web 検索を実行できるようにするサーバー。
Related MCP Servers
- AsecurityAlicenseAqualityA server facilitating web search functionality by utilizing Perplexity AI's API, designed to integrate with the Claude desktop client for enhanced search queries.Last updated -1215PythonMIT License
- AsecurityFlicenseAqualityThis server allows users to perform web searches using Perplexity AI, providing a tool for retrieving search results through a simple API interface.Last updated -1473TypeScript
- AsecurityAlicenseAqualityA server that enables AI assistants like Claude to perform web searches using the Exa AI Search API, providing real-time web information in a safe and controlled way.Last updated -610,019MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.Last updated -188314JavaScript