MCP.so
ログイン

ArXiv MCP Server

@MCP-Mirror

ArXiv MCP Server について

Mirror of

基本情報

カテゴリ

データと分析

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "blazickjp_arxiv-mcp-server": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "git+https://github.com/blazickjp/arxiv-mcp-server.git"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is ArXiv MCP Server?

The ArXiv MCP Server provides a bridge between AI assistants and arXiv’s research repository through the Message Control Protocol (MCP). It allows AI models to search for papers and access their content programmatically, designed for developers integrating AI tools with scientific literature.

How to use ArXiv MCP Server?

Install the server using uv pip install git+https://github.com/blazickjp/arxiv-mcp-server.git. Configure it in your MCP client config file with the command uv run arxiv-mcp-server --storage-path /path/to/paper/storage. The server exposes four tools: search_papers, download_paper, list_papers, and read_paper, which can be called from your AI assistant.

Key features of ArXiv MCP Server

  • Search arXiv papers with filters for date ranges and categories
  • Download papers by arXiv ID for offline access
  • List all previously downloaded papers in one view
  • Read full content of stored papers locally
  • Papers saved locally for faster repeated access

Use cases of ArXiv MCP Server

  • AI assistant queries recent machine learning papers using date and category filters
  • Researcher downloads and reads arXiv papers without leaving the chat interface
  • Automated paper collection using specific arXiv IDs for literature reviews
  • Building a local cache of papers for offline or low-latency retrieval

FAQ from ArXiv MCP Server

What is the ArXiv MCP Server used for?

It enables AI assistants to search, download, list, and read arXiv papers through the MCP protocol, acting as a bridge between language models and the arXiv repository.

How do I install the ArXiv MCP Server?

Install it using the uv package manager: uv pip install git+https://github.com/blazickjp/arxiv-mcp-server.git. A virtual environment and Python 3.11 or higher are required.

What tools does the server provide?

The server offers four tools: search_papers (query with filters), download_paper (by arXiv ID), list_papers (view downloaded papers), and read_paper (access paper content).

How do I configure the storage path for papers?

Set the --storage-path argument when running the server, or use the ARXIV_STORAGE_PATH environment variable. The default location is ~/.arxiv-mcp-server/papers.

What are the runtime dependencies?

Python 3.11+ is required, and the server is installed via uv. No other runtime dependencies are mentioned beyond those resolved by the package manager.

コメント

「データと分析」の他のコンテンツ