Skip to main content
Glama

ArXiv MCP Server

by huanongfish

search_papers

Search and filter arXiv research papers by query, categories, date range, and results limit using an advanced API interface.

Instructions

Search for papers on arXiv with advanced filtering

Input Schema

NameRequiredDescriptionDefault
categoriesNo
date_fromNo
date_toNo
max_resultsNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "categories": { "items": { "type": "string" }, "type": "array" }, "date_from": { "type": "string" }, "date_to": { "type": "string" }, "max_results": { "type": "integer" }, "query": { "type": "string" } }, "required": [ "query" ], "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/huanongfish/arxiv-mcp'

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