Perplexity AI MCP 서버
이 저장소에는 Perplexity AI API에 대한 액세스를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버의 소스 코드가 포함되어 있습니다. 이 서버를 통해 사용자는 채팅, 검색, 문서 조회 등 다양한 도구를 통해 Perplexity AI와 상호 작용할 수 있습니다.
목적
이 서버는 Perplexity AI를 MCP 기반 시스템에 통합하는 과정을 간소화합니다. Perplexity AI의 기능에 편리하고 표준화된 방식으로 접근할 수 있도록 지원합니다.
설정
- Node.js와 npm 설치: 시스템에 Node.js와 npm이 설치되어 있는지 확인하세요.
- 저장소 복제: 이 저장소를 로컬 컴퓨터에 복제합니다.
- 종속성 설치: 프로젝트 디렉토리로 이동하여
npm install
실행합니다. - API 키 구성:
PERPLEXITY_API_KEY
환경 변수를 Perplexity API 키로 설정합니다. - 서버 실행:
npm start
실행하여 서버를 시작합니다.
용법
이 서버는 MCP 시스템을 통해 접근할 수 있는 여러 도구를 제공합니다. 이러한 도구의 사용 방법에 대한 자세한 내용은 MCP 설명서를 참조하십시오.
사용된 기술
- 타입스크립트
- @modelcontextprotocol/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 API에 대한 액세스를 제공하여 MCP 기반 시스템 내에서 채팅, 검색, 문서 검색을 통한 상호 작용을 가능하게 합니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityEnables integration of Perplexity's AI API with LLMs, delivering advanced chat completion by utilizing specialized prompt templates for tasks like technical documentation, code review, and API documentation.Last updated -1948JavaScriptMIT 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 -12TypeScript
- 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
- AsecurityFlicenseAqualityProvides a standardized way to integrate Perplexity AI's features like chat, search, and documentation access into MCP-based systems.Last updated -5JavaScript