Skip to main content
Glama

paperpal

by jerpint

paperpal

MCP 扩展可帮助您搜索和撰写文献综述

查看与 Claude 的对话,了解它能做什么

工作原理

paperpal让你的法学硕士 (LLM) 可以访问arxivHugging Face 的论文。这样你就可以和你最喜欢的法学硕士 (LLM)(比如 Claude)进行自然的交流,并以此为指导。

你可以:

  • 讨论论文
  • 寻找新论文
  • 整理文献综述的想法
  • ETC。

当然,这个工具的效果取决于其各个部分的总和。法学硕士仍然可能产生幻觉,语义搜索也永远不会完美。

快速入门

您可以通过多种不同的方式与 MCP 服务器进行交互。

克劳德桌面应用程序

如果这是您第一次使用 MCP 服务器运行 Claude 桌面应用程序,请参阅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