arXiv MCP Server

MIT License
1
  • Apple

Integrations

  • Enables retrieving metadata about scholarly articles, searching the arXiv database, downloading articles as PDFs, and loading article content into LLM context for analysis.

arXiv MCP サーバー

自然言語を使用して arXiv API と対話できるようにするモデル コンテキスト プロトコル (MCP) サーバー。

特徴

  • arXiv.org にホストされている学術論文のメタデータを取得します
  • 記事をPDF形式でローカルマシンにダウンロードする
  • 特定のクエリでarXivデータベースを検索する
  • 記事を取得し、大規模言語モデル(LLM)コンテキストにロードする

ツール

  • 記事のURLを取得する
    • arXiv.org にホストされている記事の URL をタイトルに基づいて取得する
      • title (文字列): 記事のタイトル
  • ダウンロード記事
    • arXiv.org にホストされている記事を PDF ファイルとしてダウンロードする
      • title (文字列): 記事のタイトル
  • 記事をコンテキストに読み込む
    • arXiv.org にホストされている記事を LLM のコンテキストにロードする
      • title (文字列): 記事のタイトル
  • 詳細を取得する
    • arXiv.org にホストされている記事のメタデータをタイトルに基づいて取得する
      • title (文字列): 記事のタイトル
  • 検索_arxiv
    • 指定されたパラメータに基づいてarXiv APIで検索クエリを実行し、一致する記事のメタデータを返します。
      • all_fields (文字列): すべてのメタデータフィールドにわたる一般的なキーワード検索
      • title (文字列): 記事のタイトル内で検索するキーワード
      • author (文字列): 結果をフィルタリングする著者名
      • abstract (文字列): 論文抄録内で検索するキーワード
      • start (int): 返される最初の結果のインデックス

設定

手動インストール

リポジトリをクローンする

git clone https://github.com/prashalruchiranga/arxiv-mcp-server.git cd arxiv-mcp-server

uvパッケージマネージャーをインストールします。他のオペレーティングシステムへのインストールの詳細については、公式のUVドキュメントをご覧ください。

# Using Homebrew for macOS brew install uv # or curl -LsSf https://astral.sh/uv/install.sh | sh

仮想環境を作成してアクティブ化します。

uv venv --python=python3.13 source .venv/bin/activate # or `venv\Scripts\activate` on Windows

開発依存関係をインストールします。

uv sync

Claude Desktopでの使用

この統合を有効にするには、 claude_desktop_config.jsonファイルにサーバー設定を追加してください。ファイルが存在しない場合は作成してください。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "arxiv-server": { "command": "uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/PARENT/FOLDER/arxiv-mcp-server/src/arxiv_server", "run", "server.py" ], "env": { "DOWNLOAD_PATH": "/ABSOLUTE/PATH/TO/DOWNLOADS/FOLDER" } } } }

コマンドフィールドに uv 実行ファイルへのフルパスを入力する必要があるかもしれません。これは、macOSの場合はwhich uv 、Windowsの場合はwhere uv実行することで取得できます。

プロンプトの例

Can you get the details of 'Reasoning to Learn from Latent Thoughts' paper?
Get the papers authored or co-authored by Yann Lecun on convolutional neural networks
Download the attention is all you need paper
Can you get the papers by Andrew NG which have 'convolutional neural networks' in title?
Can you display the paper?
List the titles of papers by Yann LeCun. Paginate through the API until there are 30 titles

ライセンス

MITライセンス。LICENSE を参照してください。

-
security - not tested
A
license - permissive license
-
quality - not tested

arXiv.org との自然言語によるやりとりを可能にするモデル コンテキスト プロトコル サーバー。これにより、ユーザーは検索やメタデータの取得、PDF のダウンロード、学術記事の LLM コンテキストへの読み込みが可能になります。

  1. 特徴
    1. ツール
      1. 設定
        1. 手動インストール
      2. Claude Desktopでの使用
        1. プロンプトの例
          1. ライセンス

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that provides tools for analyzing text documents, including counting words and characters. This server helps LLMs perform text analysis tasks by exposing simple document statistics functionality.
              Last updated -
              1
              8
              7
              JavaScript
              Apache 2.0
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that enables interaction with Snapshot.org, providing tools to query Snapshot spaces, proposals, and users through natural language.
              Last updated -
              5
              2
              TypeScript
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.
              Last updated -
              Python
              MIT License
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that retrieves information from Wikipedia to provide context to LLMs, allowing users to search articles, get summaries, full content, sections, and links from Wikipedia.
              Last updated -
              12
              Python
              MIT License
              • Apple
              • Linux

            View all related MCP servers

            ID: bis3aykcsb