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": {
    "arxiv-mcp-server-daheepk": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "-e",
        "."
      ]
    }
  }
}

ツール

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

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

概要

What is arXiv Research Assistant MCP Server?

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

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 the server locally with arxiv-paper-mcp. For Claude integration, add the provided JSON configuration to Claude's MCP settings.

Key features of arXiv Research Assistant MCP Server

  • Keyword-based paper search with sort by relevance or date
  • Fetch latest papers by arXiv category code
  • Paper details lookup: title, authors, abstract, DOI, PDF link
  • Author-based paper search
  • Experimental trend analysis for a category
  • Prompt generators for summarization and paper comparison

Use cases of arXiv Research Assistant MCP Server

  • Search for papers on a specific topic using keywords
  • Monitor the most recent publications in a chosen field
  • Retrieve detailed metadata for a known paper ID
  • Find all papers published by a particular author
  • Generate structured prompts to summarize or compare papers

FAQ from arXiv Research Assistant MCP Server

コメント

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