Skip to main content
Glama

Perplexity MCP Server

by jaacob

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Tools

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

  1. 필수 조건
    1. 설치
      1. Smithery를 통해 설치
      2. 수동 설치
    2. 구성
      1. 사용 가능한 모델
    3. 용법
      1. 개발
        1. 특허

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A 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 -
            1
            94
            Python
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            This server allows users to perform web searches using Perplexity AI, providing a tool for retrieving search results through a simple API interface.
            Last updated -
            1
            2
            TypeScript
          • A
            security
            A
            license
            A
            quality
            An 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 -
            6
            JavaScript
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that enables Claude to perform Google Custom Search operations by connecting to Google's search API.
            Last updated -
            Python
            • Linux

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaacob/perplexity-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server