Skip to main content
Glama

ArxivSearcher MCP Server

by emi-dm

download_paper_pdf

Download research papers directly from ArXiv by providing the PDF URL, specifying a save directory, and customizing the filename as needed.

Instructions

Download a paper's PDF from ArXiv.

pdf_url: The PDF URL from search results save_path: Directory to save the PDF (default: current directory) filename: Custom filename for the PDF (default: extracted from URL)

Input Schema

NameRequiredDescriptionDefault
filenameNo
pdf_urlYes
save_pathNo

Input Schema (JSON Schema)

{ "properties": { "filename": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Filename" }, "pdf_url": { "title": "Pdf Url", "type": "string" }, "save_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Save Path" } }, "required": [ "pdf_url" ], "type": "object" }
Install Server

Other Tools from ArxivSearcher MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/emi-dm/Arxiv-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server