Perplexity MCP Server

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Provides web search capabilities using Perplexity's API, allowing Claude to search for information on the internet

Perplexity MCP 서버

Perplexity의 API를 사용하여 웹 검색 기능을 제공하는 MCP 서버입니다.

필수 조건

설치

Smithery를 통해 설치

Smithery 를 통해 Claude Desktop용 Perplexity Server를 자동으로 설치하려면:

지엑스피1

수동 설치

  1. 이 저장소를 복제하세요:
    git clone https://github.com/jaacob/perplexity-mcp cd perplexity-mcp
  2. 종속성 설치:
    npm install
  3. 서버를 빌드하세요:
    npm run build

구성

  1. https://www.perplexity.ai/settings/api 에서 Perplexity API 키를 받으세요.
  2. ~/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에 대한 최신 소식은 뭐예요?"
  • "시카고 최고의 레스토랑을 찾아보세요"
  • "재즈 음악의 역사에 대한 정보를 찾아보세요"

클로드는 자동으로 Perplexity 검색 도구를 사용하여 관련 정보를 찾아 반환합니다.

어떤 이유로든 검색이 실행되지 않으면 프롬프트 앞에 "웹 검색"을 추가하여 강제로 문제를 해결할 수 있습니다.

개발

서버를 수정하려면:

  1. src/index.ts 편집하세요
  2. npm run build 로 다시 빌드하세요
  3. 변경 사항을 로드하려면 Claude를 다시 시작하세요.

특허

MIT

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Tools

Perplexity의 API를 사용하여 웹 검색 기능을 용이하게 하여 사용자가 Claude의 인터페이스를 통해 검색 결과를 검색할 수 있도록 합니다.

  1. Prerequisites
    1. Installation
      1. Installing via Smithery
      2. Manual Installation
    2. Configuration
      1. Available Models
    3. Usage
      1. Development
        1. License
          ID: 97nsl3drhq