Perplexity AI MCP サーバー
このリポジトリには、Perplexity AI APIへのアクセスを提供するModel Context Protocol(MCP)サーバーのソースコードが含まれています。このサーバーでは、チャット、検索、ドキュメントの取得など、様々なツールを通じてPerplexity AIとやり取りすることができます。
目的
このサーバーは、Perplexity AIをMCPベースのシステムに統合することを簡素化します。Perplexity AIの機能に便利かつ標準化された方法でアクセスできるようにします。
設定
- **Node.js と npm をインストールします。**システムに Node.js と npm がインストールされていることを確認します。
- **リポジトリのクローンを作成する:**このリポジトリをローカル マシンにクローンします。
- **依存関係をインストールします。**プロジェクト ディレクトリに移動し、
npm install
を実行します。 - API キーの設定:
PERPLEXITY_API_KEY
環境変数を Perplexity API キーに設定します。 - サーバーを実行します。npm
npm start
を実行してサーバーを起動します。
使用法
サーバーは、MCPシステムを通じてアクセスできるいくつかのツールを公開しています。これらのツールの使用方法の詳細については、MCPのドキュメントを参照してください。
使用される技術
- タイプスクリプト
- @モデルコンテキストプロトコル/sdk
- アクシオス
既知の問題
- Perplexity API は信頼性が低い可能性があります。API の障害を適切に処理するために、エラー処理が組み込まれています。
貢献
貢献を歓迎します!問題を報告したり、プルリクエストを送信してください。
You must be authenticated.
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.
チャット、検索、ドキュメント アクセスなどの Perplexity AI の機能を MCP ベースのシステムに統合するための標準化された方法を提供します。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server integrating Perplexity AI's API to offer advanced search capabilities with support for multiple models and result configuration.Last updated -11JavaScriptMIT License
- AsecurityFlicenseAqualityThis server provides access to the Perplexity AI API, enabling interaction through chatting, searching, and documentation retrieval within MCP-based systems.Last updated -52JavaScript
- -securityFlicense-qualityAllows 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.Last updated -8Python
- AsecurityAlicenseAqualityA custom MCP tool that integrates Perplexity AI's API with Claude Desktop, allowing Claude to perform web-based research and provide answers with citations.Last updated -12JavaScriptMIT License