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

评论

数据与分析 分类下的更多 MCP 服务器