Skip to main content
Glama

ArxivSearcher MCP Server

by emi-dm

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_papers

Search for papers on arXiv. It can parse natural language queries, extracting keywords and years for filtering.

query: The base search query. Can be natural language. max_results: The maximum number of results to return. start_date: The start date for the search period (YYYY-MM-DD or YYYY). Overrides years in query. end_date: The end date for the search period (YYYY-MM-DD or YYYY). Overrides years in query. sort_by_relevance: If True, sorts by relevance. If False, sorts by submission date. category: The arXiv category to search in (e.g., 'cs.AI', 'cs.CL', 'cs.SE').

get_paper_details

Get detailed information about a specific paper by ArXiv ID.

arxiv_id: The ArXiv ID (e.g., '2301.12345')

search_by_author

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)

analyze_paper_trends

Analyze trends in a collection of papers.

papers: List of papers from search_papers results analysis_type: Type of analysis ('authors', 'keywords', 'timeline', 'categories')

find_related_papers

Find papers related to a given paper title using keyword similarity.

paper_title: Title of the reference paper max_results: Maximum number of related papers to return similarity_threshold: Minimum similarity score (0.0 to 1.0) category: Optional category filter

download_paper_pdf

Download a paper's PDF from ArXiv.

pdf_url: The PDF URL from search results save_path: Directory to save the PDF (default: current directory) filename: Custom filename for the PDF (default: extracted from URL)

export_search_results

Export search results to various formats.

results: Results from search_papers or other search functions format: Export format ('bibtex', 'csv', 'json', 'markdown') filename: Output filename (without extension) save_path: Directory to save the file (default: current directory)

get_arxiv_categories

Get a list of available ArXiv categories and their descriptions.

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