ペーパーパル
文献レビューの検索と作成を支援するMCP拡張機能
クロードとの会話を見て、それが何をもたらすか見てみましょう
仕組み
paperpal
、法学修士課程の学生にarxivやHugging Faceの論文へのアクセスを提供します。お気に入りの法学修士課程の学生(例えばClaude)と自然な会話を交わし、指導を受けることができます。
あなたはできる:
- 論文について議論する
- 新しい論文を探す
- 文献レビューのアイデアを整理する
- 等
もちろん、このツールの真価は、その構成要素の総和にかかっています。LLMは依然として幻覚的な結果をもたらす可能性があり、セマンティック検索は決して完璧ではありません。
クイックスタート
MCP サーバーと対話する方法は多数あります。
クロードデスクトップアプリ
Claude デスクトップ アプリで MCP サーバーを初めて使用する場合は、 https://modelcontextprotocol.io/quickstart/userを参照してください。
まず、このリポジトリをローカルにクローンします。
次に、アプリに拡張機能を追加します。設定ファイル(macOSの場合は~/Library/Application Support/Claude/claude_desktop_config.json
)を開き、拡張機能に以下のコードを追加します。
たとえばMacOSの場合:
Claude デスクトップ アプリを再起動すると、アプリが表示されるはずです。
カーソル
Cursor で MCP サーバーを初めて使用する場合は、 https://docs.cursor.com/context/model-context-protocol#remote-developmentを参照してください。
まず、このリポジトリをローカルにクローンします。
.cursor/mcp.json
ファイル内のプロジェクトのルートにこれを追加します。
You must be authenticated.
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 の論文へのアクセスを提供し、ユーザーが自然な会話を通じて論文について議論したり、新しい研究を検索したり、文献レビューを整理したりできるようにします。
Related MCP Servers
- -securityAlicense-qualityA 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 -1231TypeScriptMIT License
- -securityFlicense-qualityAn 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 -2TypeScript
- -securityAlicense-qualityAn 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 -177PythonMIT License
- -securityFlicense-qualityAn 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
Appeared in Searches
- A server for finding papers in PubMed
- Using Google Scholar for Conducting Deep and Critical Literature Reviews
- A server for finding, reading, and summarizing arXiv research papers
- A tool for finding academic papers using semantic search and citation analysis
- A guide to downloading papers from different publishers