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" ] } } }
Install Server
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 server that provides Claude and other LLMs with read-only access to Hugging Face Hub APIs, enabling interaction with models, datasets, spaces, papers, and collections through natural language.
      Last updated -
      56
      Python
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      An MCP server that tracks trending AI models, datasets, and spaces on Hugging Face.
      Last updated -
      1
      Python
      MIT License
    • -
      security
      F
      license
      -
      quality
      A customized MCP server that enables integration between LLM applications and documentation sources, providing AI-assisted access to LangGraph and Model Context Protocol documentation.
      Last updated -
      1
      Python
      • Linux
      • Apple
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that allows Claude and other MCP-compatible AI assistants to interact with the Hugging Face ecosystem, enabling repository management, file operations, search, and collections management through natural language.
      Last updated -
      1
      Python
      MIT License
      • 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/jerpint/paperpal'

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