Skip to main content
Glama

Semantic Scholar MCP Server

by SnippetSquid

download_paper_pdf

Download PDFs of academic papers by providing a paper ID. Saves files with the title as the filename and includes metadata. Specify a custom download directory for organized storage.

Instructions

Download the PDF of a paper if available, using title as filename and setting metadata. Args: paper_id: Paper ID (Semantic Scholar ID, DOI, ArXiv ID, etc.) download_path: Directory to save the PDF (default: ~/Downloads/semantic_scholar_papers) Returns: Status message with download location or error

Input Schema

NameRequiredDescriptionDefault
download_pathNo
paper_idYes

Input Schema (JSON Schema)

{ "properties": { "download_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Download Path" }, "paper_id": { "title": "Paper Id", "type": "string" } }, "required": [ "paper_id" ], "title": "download_paper_pdfArguments", "type": "object" }
Install Server

Other Tools from Semantic Scholar 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/SnippetSquid/SemanticScholarMCP'

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