Skip to main content
Glama

arXiv MCP Server

by Mnehmos
MIT License
1

search_papers

Search and retrieve academic papers from arXiv by query, category, author, title, abstract, or other criteria, with options to sort and paginate results for efficient research.

Instructions

Search for papers on arXiv by various criteria

Input Schema

NameRequiredDescriptionDefault
abstractNoWords in the abstract
authorNoAuthor name
categoryNoarXiv category (e.g., cs.AI, physics.optics)
max_resultsNoMaximum number of results to return (max 2000)
queryNoGeneral search query across all fields
sort_byNoSort by: relevance, lastUpdatedDate, submittedDate
sort_orderNoSort order: ascending or descending
startNoStarting index for pagination (0-based)
titleNoWords in the title

Input Schema (JSON Schema)

{ "properties": { "abstract": { "description": "Words in the abstract", "type": "string" }, "author": { "description": "Author name", "type": "string" }, "category": { "description": "arXiv category (e.g., cs.AI, physics.optics)", "type": "string" }, "max_results": { "description": "Maximum number of results to return (max 2000)", "type": "number" }, "query": { "description": "General search query across all fields", "type": "string" }, "sort_by": { "description": "Sort by: relevance, lastUpdatedDate, submittedDate", "enum": [ "relevance", "lastUpdatedDate", "submittedDate" ], "type": "string" }, "sort_order": { "description": "Sort order: ascending or descending", "enum": [ "ascending", "descending" ], "type": "string" }, "start": { "description": "Starting index for pagination (0-based)", "type": "number" }, "title": { "description": "Words in the title", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from arXiv 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/Mnehmos/arxiv-mcp-server'

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