ArXiv MCP Server

download_paper

Download a paper and create a resource for it

Input Schema

NameRequiredDescriptionDefault
check_statusNoIf true, only check conversion status without downloading
paper_idYesThe arXiv ID of the paper to download

Input Schema (JSON Schema)

{ "properties": { "check_status": { "default": false, "description": "If true, only check conversion status without downloading", "type": "boolean" }, "paper_id": { "description": "The arXiv ID of the paper to download", "type": "string" } }, "required": [ "paper_id" ], "type": "object" }