MCP.so
ログイン

🧠 arXiv Research Assistant MCP Server

@daheepk

🧠 arXiv Research Assistant MCP Server について

This project is an arXiv paper retrieval and search service implemented through a custom MCP (Multi-Capability Provider) framework. It provides a server-side implementation to fetch, search, and analyze academic papers from arXiv.org.

基本情報

カテゴリ

データと分析

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

daheepk

設定

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

{
  "mcpServers": {
    "arXivPaper": {
      "command": "uv",
      "args": [
        "tool",
        "run",
        "arxiv-paper-mcp"
      ]
    }
  }
}

ツール

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

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

概要

What is 🧠 arXiv Research Assistant MCP Server?

An MCP (Model Context Protocol) server built to interact with the arXiv.org paper database. It allows clients like Claude AI to search, explore, and compare arXiv papers via a local server, using Python and the FastMCP framework.

How to use 🧠 arXiv Research Assistant MCP Server?

Install via Smithery (npx -y @smithery/cli install arxiv-paper-mcp --client claude) or from PyPI (uv pip install arxiv-paper-mcp). Run locally with arxiv-paper-mcp. For Claude, add a JSON configuration with the command uv tool run arxiv-paper-mcp.

Key features of 🧠 arXiv Research Assistant MCP Server

  • Keyword-based paper search with sorting options
  • Fetch latest papers by arXiv category code
  • Detailed metadata lookup by arXiv ID
  • Author-based paper search
  • Experimental trend analysis (mock data)
  • Prompt generators for summarization and comparison

Use cases of 🧠 arXiv Research Assistant MCP Server

  • Search for recent papers in a specific category (e.g., cs.AI)
  • Retrieve all papers by a given author
  • Look up full metadata for a known arXiv paper
  • Compare two papers using a structured prompt
  • Generate a summarization prompt for a selected paper

FAQ from 🧠 arXiv Research Assistant MCP Server

What are the runtime requirements?

Python 3.11+ with the uv package manager and dependencies: FastMCP, requests, and xml.etree.ElementTree.

Where does the data come from?

All paper data is fetched from the arXiv.org API in real-time.

Is the trend analysis feature based on real data?

No, it is experimental and currently uses mock data.

How do I run the server after installation?

Run the command arxiv-paper-mcp in your terminal.

Can I use this server with Claude?

Yes, configure it in Claude’s MCP settings using the JSON shown in the README.

コメント

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