Skip to main content
Glama

ArxivSearcher MCP Server

by emi-dm

search_by_author

Find academic papers by a specific author on arXiv. Filter results by category, date range, and maximum output to refine your research query efficiently.

Instructions

Search papers by a specific author.

author_name: Name of the author to search for max_results: Maximum number of results category: Optional category filter (e.g., 'cs.SE', 'cs.AI') start_date: Optional start date filter (YYYY-MM-DD or YYYY) end_date: Optional end date filter (YYYY-MM-DD or YYYY)

Input Schema

NameRequiredDescriptionDefault
author_nameYes
categoryNo
end_dateNo
max_resultsNo
start_dateNo

Input Schema (JSON Schema)

{ "properties": { "author_name": { "title": "Author Name", "type": "string" }, "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Category" }, "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date" }, "max_results": { "default": 20, "title": "Max Results", "type": "integer" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date" } }, "required": [ "author_name" ], "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