paperpal

by jerpint

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

🚨 Die Entwicklung wurde nach https://github.com/milatechtransfer/paperpal verschoben

Papierfreund

MCP-Erweiterung zur Unterstützung bei der Suche und dem Schreiben von Literaturrezensionen

Schauen Sie sich dieses Gespräch mit Claude an, um zu sehen, was es kann

So funktioniert es

paperpal bietet Ihren LLMs Zugriff auf Arxiv- und Hugging Face-Artikel . Sie können dann ein natürliches Gespräch mit Ihren bevorzugten LLMs (z. B. Claude) führen und sich von PaperPal anleiten lassen.

Du kannst:

  • Diskussion der Beiträge
  • Suchen Sie nach neuen Papieren
  • Ideen für Literaturrezensionen organisieren
  • usw.

Natürlich ist dieses Tool nur so gut wie die Summe seiner Teile. LLMs können immer noch halluzinieren und die semantische Suche ist nie perfekt.

Schnellstart

Es gibt viele verschiedene Möglichkeiten, mit einem MCP-Server zu interagieren.

Claude Desktop App

Wenn Sie zum ersten Mal einen MCP-Server für die Claude Desktop App verwenden, lesen Sie https://modelcontextprotocol.io/quickstart/user

Klonen Sie zunächst dieses Repository lokal:

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

Fügen Sie als Nächstes die Erweiterung zu Ihrer App hinzu. Öffnen Sie Ihre Konfigurationsdatei (unter macOS sollte dies ~/Library/Application Support/Claude/claude_desktop_config.json sein) und fügen Sie der Erweiterung Folgendes hinzu:

Zum Beispiel unter MacOS:

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

Starten Sie Ihre Claude Desktop App neu und sie sollte angezeigt werden.

Cursor

Wenn Sie zum ersten Mal einen MCP-Server für Cursor verwenden, lesen Sie https://docs.cursor.com/context/model-context-protocol#remote-development

Klonen Sie zunächst dieses Repository lokal:

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

Fügen Sie dies dem Stammverzeichnis des Projekts in einer .cursor/mcp.json Datei hinzu:

{ "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.

MCP-Erweiterung, die LLMs Zugriff auf arXiv- und Hugging Face-Artikel gewährt und es Benutzern ermöglicht, Artikel zu diskutieren, nach neuen Forschungsergebnissen zu suchen und Literaturberichte im Rahmen natürlicher Konversation zu organisieren.

  1. So funktioniert es
    1. Schnellstart
      1. Claude Desktop App
      2. Cursor

    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

    ID: kknd17ctki