MCP.so
Sign In

🧠 arXiv Research Assistant MCP Server

@daheepk

About 🧠 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.

Basic information

Category

Data & Analytics

License

MIT

Runtime

python

Transports

stdio

Publisher

daheepk

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "arxiv-mcp-server-daheepk": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "-e",
        "."
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

—

Comments

More Data & Analytics MCP servers