Skip to main content
Glama

ArXiv MCP Server

by wr-web

search_papers

Search and filter arXiv papers by query, date, category, and citation count to find relevant research. Optionally save results to a file for quick reference.

Instructions

Search for papers on arXiv with advanced filtering

Input Schema

NameRequiredDescriptionDefault
categoriesNo
date_fromNo
date_toNo
max_resultsNo
min_citationsNoMinimum citation count filter
queryYes
save_to_fileNoOptional file path to save results

Input Schema (JSON Schema)

{ "properties": { "categories": { "items": { "type": "string" }, "type": "array" }, "date_from": { "type": "string" }, "date_to": { "type": "string" }, "max_results": { "type": "integer" }, "min_citations": { "description": "Minimum citation count filter", "type": "integer" }, "query": { "type": "string" }, "save_to_file": { "description": "Optional file path to save results", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

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/wr-web/APR'

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