Perplexity MCP Server
Perplexity MCP サーバー
Perplexity の API を使用して Web 検索機能を提供する MCP サーバー。
前提条件
Node.js (v14以上)
Perplexity API キー ( https://www.perplexity.ai/settings/apiで取得)
クロードデスクトップアプリ
Related MCP server: Perplexity Web Search MCP Server
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Perplexity Server を自動的にインストールするには:
npx -y @smithery/cli install @jaacob/perplexity-mcp --client claude手動インストール
このリポジトリをクローンします:
git clone https://github.com/jaacob/perplexity-mcp cd perplexity-mcp依存関係をインストールします:
npm installサーバーを構築します。
npm run build
構成
https://www.perplexity.ai/settings/apiから Perplexity API キーを取得します。
~/Library/Application Support/Claude/claude_desktop_config.jsonにある Claude の設定ファイルにサーバーを追加します。
{
"mcpServers": {
"perplexity-server": {
"command": "node",
"args": [
"/absolute/path/to/perplexity-mcp/build/index.js"
],
"env": {
"PERPLEXITY_API_KEY": "your-api-key-here",
"PERPLEXITY_MODEL": "sonar"
}
}
}
}/absolute/path/toリポジトリのクローンを作成した実際のパスに置き換えます。
利用可能なモデル
PERPLEXITY_MODEL環境変数を設定することで、使用するモデルを指定できます。使用可能なオプションは次のとおりです。
sonar-reasoning-pro- 強化された推論機能を備えた最も有能なモデルsonar-reasoning- 強化された推論機能sonar-pro- 応答時間の高速化sonar- デフォルトモデル(モデルが指定されていない場合に使用)
最新のモデルの価格と在庫状況については、 https://docs.perplexity.ai/guides/pricingをご覧ください。
使用法
サーバーを設定してClaudeを再起動すれば、Claudeに情報を検索するよう指示するだけで済みます。例えば:
「SpaceXの最新ニュースは何ですか?」
「シカゴの最高のレストランを検索」
「ジャズ音楽の歴史に関する情報を見つける」
Claude は、Perplexity 検索ツールを自動的に使用して、関連する情報を検索して返します。
何らかの理由で実行されない場合は、プロンプトの前に「Web を検索」を追加して強制的に実行することができます。
発達
サーバーを変更するには:
src/index.tsを編集するnpm run buildでリビルドする変更をロードするにはClaudeを再起動してください
ライセンス
マサチューセッツ工科大学
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
- AlicenseBqualityFmaintenanceA server facilitating web search functionality by utilizing Perplexity AI's API, designed to integrate with the Claude desktop client for enhanced search queries.1307MIT
- Flicense-qualityDmaintenanceAllows Claude or other MCP-compatible AI assistants to search the web and get up-to-date information using the Perplexity API, with features for filtering results by time period.8
- Alicense-qualityDmaintenanceIntegrates the Sonar API to provide Claude with real-time web-wide research capabilities. Enables conversational web searches through Perplexity's AI-powered search engine for up-to-date information retrieval.1,748MIT
- Alicense-qualityDmaintenanceExposes Perplexity AI's search capabilities to Claude, enabling real-time web search and information retrieval within the assistant. The project is currently in active development with plans to support Perplexity Spaces and multi-source data synthesis.Apache 2.0
Related MCP Connectors
Web search, news, page retrieval, sitemaps, and trending topics through Search1API.
The best web search for your AI Agent
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
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/jaacob/perplexity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server