Skip to main content
Glama
huanongfish

ArXiv MCP Server

by huanongfish

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_papersC

Search for papers on arXiv with advanced filtering

download_paperC

Download a paper and create a resource for it

list_papersA

List all existing papers available as resources

read_paperC

Read the full content of a stored paper in markdown format

Prompts

Interactive templates invoked by user choice

NameDescription
research-discoveryBegin research exploration on a specific topic
paper-analysisAnalyze a specific paper
literature-synthesisSynthesize findings across papers

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: download_paper fetches new papers, list_papers shows existing resources, read_paper accesses stored content, and search_papers finds papers on arXiv. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case (e.g., download_paper, list_papers, read_paper, search_papers). The naming is predictable and readable, with no deviations in style or convention.

Tool Count4/5

With 4 tools, the count is reasonable for an arXiv server, covering core operations like search, download, list, and read. It is slightly lean but well-scoped, as each tool serves a distinct and essential function without unnecessary bloat.

Completeness4/5

The toolset covers key workflows for arXiv interaction: searching, downloading, listing, and reading papers. Minor gaps exist, such as no update or delete operations for stored papers, but these are not critical for the domain, and agents can work effectively with the provided tools.

Maintenance

ActivityInactive
ResponsivenessNo issues