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

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