Skip to main content
Glama

paperpal

by jerpint

ペーパーパル

文献レビューの検索と作成を支援するMCP拡張機能

クロードとの会話を見て、それが何をもたらすか見てみましょう

仕組み

paperpal 、法学修士課程の学生にarxivHugging Faceの論文へのアクセスを提供します。お気に入りの法学修士課程の学生(例えばClaude)と自然な会話を交わし、指導を受けることができます。

あなたはできる:

  • 論文について議論する
  • 新しい論文を探す
  • 文献レビューのアイデアを整理する

もちろん、このツールの真価は、その構成要素の総和にかかっています。LLMは依然として幻覚的な結果をもたらす可能性があり、セマンティック検索は決して完璧ではありません。

クイックスタート

MCP サーバーと対話する方法は多数あります。

クロードデスクトップアプリ

Claude デスクトップ アプリで MCP サーバーを初めて使用する場合は、 https://modelcontextprotocol.io/quickstart/userを参照してください。

まず、このリポジトリをローカルにクローンします。

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

次に、アプリに拡張機能を追加します。設定ファイル(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.

MCP 拡張機能は、LLM に arXiv および Hugging Face の論文へのアクセスを提供し、ユーザーが自然な会話を通じて論文について議論したり、新しい研究を検索したり、文献レビューを整理したりできるようにします。

  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