paperpal

by jerpint
Verified

local-only server

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

Integrations

  • Enables searching and accessing research papers from arXiv's database to aid in literature reviews and academic research

  • Provides access to research papers hosted on Hugging Face, allowing users to discover and discuss AI/ML research

  • Mentioned as a planned integration for future development, likely to support academic writing workflows

페이퍼팔

문헌 검토 검색 및 작성을 지원하는 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" ] } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

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

  1. How it works
    1. Quickstart
      1. Claude Desktop App
      2. Cursor
    ID: kknd17ctki