Perplexity MCP Server
perplexity-mcp MCP サーバー
Perplexity AIのAPIを使用してウェブ検索機能を提供するModel Context Protocol(MCP)サーバー。Anthropic Claudeデスクトップクライアントと連携します。
例
「Web を検索して、過去 1 週間の Anthropic の新着情報を調べてください」のようなプロンプトを使用しましょう。
Related MCP server: Perplexity MCP Server
グラマスコア
コンポーネント
プロンプト
サーバーは単一のプロンプトを提供します:
perplexity_search_web: Perplexity AI を使用して Web を検索する
検索クエリに必要な「クエリ」引数
期間別に結果をフィルタリングするためのオプションの「recency」引数:
「日」: 過去24時間
「週」: 過去7日間
'month': 過去30日間(デフォルト)
「年」: 過去365日間
PerplexityのAPIを使用してWeb検索を実行します
ツール
サーバーは 1 つのツールを実装します。
perplexity_search_web: Perplexity AI を使用して Web を検索する
必須の文字列引数として「query」を受け取ります
結果をフィルタリングするためのオプションの「recency」パラメータ(日/週/月/年)
PerplexityのAPIから検索結果を返します
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Perplexity MCP を自動的にインストールするには:
npx -y @smithery/cli install perplexity-mcp --client claudeUV (高速Pythonパッケージとプロジェクトマネージャー)が必要です
uvがインストールされていない場合。
# Using Homebrew on macOS
brew install uvまたは
# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh
# On Windows.
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"環境変数
claude_desktop_config.json に以下の環境変数が必要です。APIキーはPerplexityから取得できます。
PERPLEXITY_API_KEY: Perplexity AI APIキー
オプションの環境変数:
PERPLEXITY_MODEL: 使用する Perplexity モデル (指定されていない場合はデフォルトで「sonar」になります)利用可能なモデル:
sonar-deep-research: 128k コンテキスト - 強化された調査機能sonar-reasoning-pro: 128k コンテキスト - 専門的な視点に立った高度な推論sonar-reasoning: 128kコンテキスト - 強化された推論機能sonar-pro: 200kコンテキスト - プロフェッショナルグレードモデルsonar:128kコンテキスト - デフォルトモデルr1-1776: 128kコンテキスト - 代替アーキテクチャ
更新されたモデルのリストは(こちら)[ https://docs.perplexity.ai/guides/model-cards ]でご覧いただけます。
カーソルとクロードのデスクトップインストール
Cursor/Claude 構成ファイルを編集して、このツールを mcp サーバーとして追加します。
"perplexity-mcp": {
"env": {
"PERPLEXITY_API_KEY": "XXXXXXXXXXXXXXXXXXXX",
"PERPLEXITY_MODEL": "sonar"
},
"command": "uvx",
"args": [
"perplexity-mcp"
]
}カーソル
MacOSの場合:
/Users/your-username/.cursor/mcp.jsonWindowsの場合:
C:\Users\your-username\.cursor\mcp.json
すべてが正しく動作している場合は、カーソルからツールを呼び出すことができるようになります。
クロードデスクトップ
MacOSの場合:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindows の場合:
%APPDATA%/Claude/claude_desktop_config.json
サーバーが動作していることを確認するには、Claudeクライアントを開き、「過去1週間のOpenAIに関するニュースをWebで検索」などのプロンプトを使用します。ツールの使用を確認するための警告ボックスが表示されます。「このチャットを許可する」をクリックしてください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceThis server allows users to perform web searches using Perplexity AI, providing a tool for retrieving search results through a simple API interface.1433Apache 2.0
- AlicenseBqualityDmaintenanceFacilitates web search capabilities using Perplexity's API, allowing users to retrieve search results through Claude's interface.17MIT
- AlicenseAqualityCmaintenanceAn MCP server that enables Claude to perform web searches using Perplexity's API with intelligent model selection based on query intent and support for domain and recency filtering.64MIT
- AlicenseBqualityDmaintenanceA server that integrates with Claude Desktop to enable real-time web research capabilities, allowing users to search Google, extract webpage content, and capture screenshots directly from conversations.31,709MIT
Related MCP Connectors
MCP server for Google search results via SERP API
The best web search for your AI Agent
Serper MCP — wraps the Serper Google Search API (serper.dev)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jsonallen/perplexity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server