arXiv MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FORCE_SMART | No | Always use SMART tier for academic papers. | true |
| GROBID_SERVER | No | GROBID server URL for enhanced academic paper processing. | http://localhost:8070 |
| MISTRAL_API_KEY | No | For premium PDF extraction (Mistral OCR). Optional. | |
| SEMANTIC_SCHOLAR_API_KEY | No | For faster citation lookups (Semantic Scholar). Optional. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_papersC | Search for academic papers on arXiv with smart author name handling |
| get_paper_detailsC | Get detailed information about a specific paper |
| get_recent_papersB | Get recent papers from specific arXiv categories |
| get_author_papersA | Get all papers by a specific author with smart name matching |
| find_similar_papersC | Find papers similar to a reference paper |
| format_citationB | Format a paper citation in various academic styles |
| export_bibliographyC | Export multiple papers as a formatted bibliography |
| download_and_read_paperB | Download and extract full text content from an ArXiv paper |
| summarize_paperC | Generate a structured summary of a paper with key sections |
| extract_key_findingsB | Extract key findings, contributions, and methodology from a paper |
| compare_papersC | Compare multiple papers across different aspects |
| find_citing_papersA | Find papers that cite a given ArXiv paper using Semantic Scholar |
| get_citation_networkC | Build a citation network around a paper showing references and citations |
| smart_extract_paperC | Advanced PDF extraction with three-tier adaptive mechanism (FAST/SMART/PREMIUM) |
| analyze_paper_difficultyC | Analyze PDF complexity to determine optimal extraction method |
| save_paper_to_libraryA | Download paper, extract content, and save to local library with optional collection and tags |
| list_library_papersA | List papers in the local library with optional filtering by collection, status, or tags |
| search_libraryB | Full-text search across papers in the local library |
| get_library_paperB | Get paper details from library with optional full content |
| manage_collectionsB | Create collections or list existing ones for organizing papers |
| update_paper_statusB | Update paper reading status and add tags |
| library_statisticsC | Get library statistics and overview |
| extract_paper_referencesB | Extract and resolve references from a paper to build citation links |
| find_citing_papersA | Find papers that cite a given arXiv paper using Semantic Scholar |
| find_referenced_papersC | Find papers referenced by a given arXiv paper using Semantic Scholar |
| build_citation_networkB | Build a multi-hop citation network around a paper showing references and citations |
| get_paper_recommendationsC | Get paper recommendations based on citation patterns (citing/referenced/related) |
| search_semantic_scholarC | Search Semantic Scholar database for papers by title or metadata |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/r-uben/arxiv-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server