Skip to main content
Glama

arXiv MCP Server

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 を参照してください。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

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

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

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables AI agents to search, retrieve, and analyze academic papers from arXiv, supporting features like keyword search, paper details retrieval, content extraction, and paper analysis.
              Last updated -
              Python
              MIT License
              • Linux
              • Apple
            • A
              security
              A
              license
              A
              quality
              A comprehensive Model Context Protocol server that enables advanced PubMed literature search, citation formatting, and research analysis through natural language interactions.
              Last updated -
              12
              6
              Python
              MIT License
            • A
              security
              F
              license
              A
              quality
              A TypeScript implementation of the Model Context Protocol server that enables searching arXiv papers and extracting paper information through standardized client-server communication.
              Last updated -
              2
              6
              TypeScript
            • A
              security
              A
              license
              A
              quality
              Provides paper search, PDF link retrieval, and content parsing for arXiv research papers, enabling seamless access to scientific literature through the Model Context Protocol.
              Last updated -
              4
              20
              3
              JavaScript
              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/prashalruchiranga/arxiv-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server