Perplexity MCP 서버
Perplexity의 API를 사용하여 웹 검색 기능을 제공하는 MCP 서버입니다.
필수 조건
- Node.js(v14 이상)
- Perplexity API 키( https://www.perplexity.ai/settings/api 에서 받으세요)
- 클로드 데스크톱 앱
설치
Smithery를 통해 설치
Smithery 를 통해 Claude Desktop용 Perplexity Server를 자동으로 설치하려면:
지엑스피1
수동 설치
- 이 저장소를 복제하세요:
- 종속성 설치:
- 서버를 빌드하세요:
구성
- https://www.perplexity.ai/settings/api 에서 Perplexity API 키를 받으세요.
~/Library/Application Support/Claude/claude_desktop_config.json
에 있는 Claude의 구성 파일에 서버를 추가합니다.
/absolute/path/to
저장소를 복제한 실제 경로로 바꾸세요.
사용 가능한 모델
PERPLEXITY_MODEL
환경 변수를 설정하여 사용할 모델을 지정할 수 있습니다. 사용 가능한 옵션은 다음과 같습니다.
sonar-reasoning-pro
- 향상된 추론 기능을 갖춘 가장 유능한 모델sonar-reasoning
- 향상된 추론 기능sonar-pro
- 더 빠른 응답 시간sonar
- 기본 모델(모델이 지정되지 않은 경우 사용됨)
최신 모델 가격 및 가용성을 확인하려면 https://docs.perplexity.ai/guides/pricing을 방문하세요.
용법
서버를 구성하고 Claude를 다시 시작한 후에는 Claude에게 정보 검색을 요청하기만 하면 됩니다. 예:
- "SpaceX에 대한 최신 소식은 뭐예요?"
- "시카고 최고의 레스토랑을 찾아보세요"
- "재즈 음악의 역사에 대한 정보를 찾아보세요"
클로드는 자동으로 Perplexity 검색 도구를 사용하여 관련 정보를 찾아 반환합니다.
어떤 이유로든 검색이 실행되지 않으면 프롬프트 앞에 "웹 검색"을 추가하여 강제로 문제를 해결할 수 있습니다.
개발
서버를 수정하려면:
src/index.ts
편집하세요npm run build
로 다시 빌드하세요- 변경 사항을 로드하려면 Claude를 다시 시작하세요.
특허
MIT
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Perplexity의 API를 사용하여 웹 검색 기능을 용이하게 하여 사용자가 Claude의 인터페이스를 통해 검색 결과를 검색할 수 있도록 합니다.
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 -1205PythonMIT 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 -11623TypeScript
- -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
- AsecurityAlicenseAqualityAn 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.Last updated -6JavaScriptMIT License