Skip to main content
Glama

MCP-researcher Server

Perplexity MCP 서버

Perplexity의 전문 AI 모델로 구동되는 지능형 연구 보조 도구입니다. 자동 쿼리 복잡성 감지 기능을 통해 최적의 결과를 위해 가장 적합한 모델로 요청을 라우팅합니다. 공식 서버와 달리 모든 작업에 대한 검색 기능을 제공합니다.

도구

간단한 참고 사항: Deep Research 도구는 cline과 같은 일부 도구에서는 시간 초과가 발생하지만, cursor와 같은 다른 도구에서는 구현 방식의 차이로 인해 시간 초과가 발생하지 않습니다. 하지만 이 도구가 그 문제를 보완하는 이유는 다음과 같습니다.

1. 검색(Sonar Pro)

간단한 질문과 기본 정보 조회를 위한 빠른 검색입니다. 간결하고 직접적인 답변이 필요한 간단한 질문에 가장 적합합니다.

지엑스피1

2. Reason (Sonar Reasoning Pro)

상세 분석이 필요한 복잡하고 여러 단계로 구성된 작업을 처리합니다. 설명, 비교 및 문제 해결에 적합합니다.

const result = await use_mcp_tool({ server_name: "perplexity", tool_name: "reason", arguments: { query: "Compare and contrast REST and GraphQL APIs, explaining their pros and cons", force_model: false // Optional: force using this model even if query seems simple } });

3. 심층 연구(소나 심층 연구)

포괄적인 조사를 수행하고 상세 보고서를 생성합니다. 복잡한 주제에 대한 심층 분석에 이상적입니다.

const result = await use_mcp_tool({ server_name: "perplexity", tool_name: "deep_research", arguments: { query: "The impact of quantum computing on cryptography", focus_areas: [ "Post-quantum cryptographic algorithms", "Timeline for quantum threats", "Practical mitigation strategies" ], force_model: false // Optional: force using this model even if query seems simple } });

지능형 모델 선택

서버는 자동으로 쿼리 복잡성을 분석하여 가장 적합한 모델로 요청을 라우팅합니다.

  1. 간단한 쿼리 → Sonar Pro
    • 기본 정보 조회
    • 간단한 질문
    • 간단한 사실
  2. 복잡한 쿼리 → Sonar Reasoning Pro
    • 어떻게/왜 질문
    • 비교
    • 단계별 설명
    • 문제 해결 과제
  3. 연구 질문 → 소나 심층 연구
    • 심층 분석
    • 포괄적인 연구
    • 자세한 조사
    • 다면적인 주제

모든 도구의 인수에서 force_model: true 사용하여 자동 선택을 재정의할 수 있습니다.

설정

  1. 필수 조건
  2. MCP 설정 구성

MCP 설정 파일에 추가하세요(위치는 플랫폼마다 다름):

{ "mcpServers": { "perplexity": { "command": "node", "args": ["/path/to/perplexity-server/build/index.js"], "env": { "PERPLEXITY_API_KEY": "YOUR_API_KEY_HERE" }, "disabled": false, "autoApprove": [] } } }

또는 NPX를 사용하면 로컬에 설치하지 않아도 됩니다(macOS에 권장):

{ "mcpServers": { "perplexity": { "command": "npx", "args": [ "-y", "perplexity-mcp" ], "env": { "PERPLEXITY_API_KEY": "your_api_key" } } } }
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

이 TypeScript 기반 서버는 MCP 개념을 사용하여 간단한 메모 시스템을 구현하여 사용자가 자연어 프롬프트를 통해 텍스트 메모를 만들고, 나열하고, 요약할 수 있도록 합니다.

  1. 도구
    1. 1. 검색(Sonar Pro)
    2. 2. Reason (Sonar Reasoning Pro)
    3. 3. 심층 연구(소나 심층 연구)
  2. 지능형 모델 선택
    1. 설정

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        This TypeScript-based MCP server enables users to manage a simple notes system with capabilities to create and summarize notes through structured prompts and resources.
        Last updated -
        5
        0
        TypeScript
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        This TypeScript-based server implements a simple notes system, allowing users to create and manage text notes and generate summaries, showcasing core MCP concepts.
        Last updated -
        14
        10
        TypeScript
        • Apple
      • A
        security
        F
        license
        A
        quality
        A TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.
        Last updated -
        12
        3
        TypeScript
        • Apple
      • -
        security
        F
        license
        -
        quality
        A TypeScript-based MCP server that implements a simple notes system, allowing users to create, access, and generate summaries of text notes.
        Last updated -
        2
        JavaScript
        • Apple

      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/DaInfernalCoder/perplexity-mcp'

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