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" ] } } }
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.

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

  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