Skip to main content
Glama

paperpal

by jerpint

페이퍼팔

문헌 검토 검색 및 작성을 지원하는 MCP 확장

Claude와의 대화를 확인하여 무엇을 할 수 있는지 알아보세요.

작동 원리

paperpal LLM 학생들에게 arxivHugging Face 논문 에 대한 접근 권한을 제공합니다. 좋아하는 LLM(예: Claude)과 자연스럽게 대화를 나누며 paperpal의 안내를 받을 수 있습니다.

다음을 수행할 수 있습니다.

  • 논문에 대해 논의하다
  • 새로운 논문을 찾아보세요
  • 문헌 검토를 위한 아이디어 정리
  • 등.

물론, 이 도구는 각 부분의 합만큼 훌륭합니다. LLM도 여전히 환각을 경험할 수 있고, 의미 검색은 결코 완벽하지 않습니다.

빠른 시작

MCP 서버와 상호 작용할 수 있는 방법은 다양합니다.

클로드 데스크톱 앱

Claude Desktop App에 MCP 서버를 처음 사용하는 경우 https://modelcontextprotocol.io/quickstart/user를 참조하세요.

먼저, 이 저장소를 로컬로 복제합니다.

지엑스피1

다음으로, 앱에 확장 프로그램을 추가합니다. 구성 파일(macOS에서는 ~/Library/Application Support/Claude/claude_desktop_config.json )을 열고 확장 프로그램에 다음을 추가합니다.

예를 들어 MacOS의 경우:

{ "mcpServers": { "paperpal": { "command": "uv", "args": [ "--directory", "/Users/<username>/paperpal", "run", "paperpal.py" ] } } }

Claude 데스크톱 앱을 다시 시작하면 나타납니다.

커서

Cursor에 MCP 서버를 처음 사용하는 경우 https://docs.cursor.com/context/model-context-protocol#remote-development를 참조하세요.

먼저, 이 저장소를 로컬로 복제합니다.

git clone https://github.com/jerpint/paperpal

프로젝트 루트의 .cursor/mcp.json 파일에 다음을 추가합니다.

{ "mcpServers": { "paperpal": { "command": "/Users/jeremypinto/.cargo/bin/uv", "args": [ "--directory", "/Users/jeremypinto/paperpal", "run", "paperpal.py" ] } } }

You must be authenticated.

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

local-only server

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

LLM에게 arXiv와 Hugging Face 논문에 대한 접근 권한을 제공하는 MCP 확장 기능으로, 사용자는 자연스러운 대화를 통해 논문에 대해 논의하고, 새로운 연구를 검색하고, 문헌 검토를 구성할 수 있습니다.

  1. 작동 원리
    1. 빠른 시작
      1. 클로드 데스크톱 앱
      2. 커서

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol (MCP) server that enables LLMs to interact directly the documents that they have on-disk through agentic RAG and hybrid search in LanceDB. Ask LLMs questions about the dataset as a whole or about specific documents.
      Last updated -
      12
      31
      TypeScript
      MIT License
      • Apple
    • -
      security
      F
      license
      -
      quality
      An MCP server that allows Claude and other LLMs to manage persistent memories across conversations through text file storage, enabling commands to add, search, delete and list memory entries.
      Last updated -
      2
      TypeScript
    • -
      security
      A
      license
      -
      quality
      An MCP server that provides tools to load and fetch documentation from any llms.txt source, giving users full control over context retrieval for LLMs in IDE agents and applications.
      Last updated -
      177
      Python
      MIT License
      • Apple
    • -
      security
      F
      license
      -
      quality
      An MCP server that allows Claude to interact with local LLMs running in LM Studio, providing access to list models, generate text, and use chat completions through local models.
      Last updated -
      Python

    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/jerpint/paperpal'

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