Perplexity MCP 서버
이는 Perplexity AI를 사용하여 웹을 검색할 수 있는 간단한 MCP 서버입니다.
설치
필수 조건
Node.js 18+ ( nodejs.org 에서 다운로드)
Git ( git-scm.com 에서 다운로드)
Perplexity AI API 키
Windows용 단계
저장소를 복제합니다.
지엑스피1
종속성 설치:
환경 파일을 생성합니다.
루트 디렉토리에
.env
라는 이름의 새 파일을 만듭니다.Perplexity AI API 키 GXP3를 추가하세요.
Windows에서의 사용법
개발 모드
생산 모드
프로젝트를 빌드하세요:
서버를 시작합니다:
Windows 배치 파일 사용(권장)
Windows에서 환경 변수 문제를 방지하려면 포함된 배치 파일을 사용하세요.
먼저 프로젝트를 빌드하세요.
배치 파일을 실행합니다.
또는 Windows 탐색기에서 run-perplexity-server.bat
파일을 두 번 클릭합니다.
자세한 지침은 Windows 설치 가이드를 참조하세요.
Windows 문제 해결
일반적인 문제
권한 오류
관리자 권한으로 명령 프롬프트 또는 PowerShell 실행
프로젝트 디렉토리의 파일 권한을 확인하세요
환경 변수
.env
파일이 루트 디렉토리에 있는지 확인하세요..env
파일에서=
기호 주위에 공백이 없어야 합니다.환경 변수를 변경한 후 터미널을 다시 시작하세요.
제공된 배치 파일을 사용하여 환경 변수 문제를 방지하세요.
Node.js 문제
Node.js 설치 확인:
node --version
npm이 설치되어 있는지 확인하세요:
npm --version
오류 메시지
Error: ENOENT: no such file or directory
.가 표시되면 다음을 확인하세요.
모든 경로는 올바른 Windows 스타일 구분 기호를 사용합니다.
당신은 올바른 디렉토리에 있습니다
필요한 파일이 존재합니다
프로젝트 구조
API 사용
서버는 웹 검색을 위한 단일 도구인 perplexity_search
제공합니다.
특허
MIT
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
이 서버를 사용하면 사용자는 Perplexity AI를 사용하여 웹 검색을 수행할 수 있으며, 간단한 API 인터페이스를 통해 검색 결과를 검색할 수 있는 도구를 제공합니다.
Related Resources
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 -256MIT License
- AsecurityAlicenseAqualityAn MCP server integrating Perplexity AI's API to offer advanced search capabilities with support for multiple models and result configuration.Last updated -5311MIT License
- AsecurityFlicenseAqualityThis server provides access to the Perplexity AI API, enabling interaction through chatting, searching, and documentation retrieval within MCP-based systems.
- AsecurityFlicenseAqualityA server that allows AI assistants to perform web searches using Perplexity's sonar-deep-research model with citation support.Last updated -19