arXiv MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_papersA | Search arXiv papers with advanced query syntax. Query supports field prefixes:
Boolean operators: AND, OR, ANDNOT Examples:
|
| get_paperA | Get detailed information about a specific arXiv paper. Returns complete metadata including abstract, authors, categories, and more. Optionally downloads the PDF to local storage. Accepts flexible ID formats:
|
| download_paperA | Download PDF for a specific arXiv paper. Downloads the PDF to the local download directory (./.arxiv by default). Returns the local file path upon success. |
| list_downloaded_papersB | List all PDFs that have been downloaded to local storage. Returns a list of downloaded papers with file information. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| search_arxiv_prompt | Prompt template for searching arXiv papers. |
| download_paper_prompt | Prompt template for downloading papers. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_downloads_resource | Get list of downloaded papers as a resource. Returns markdown-formatted list of all locally downloaded papers. |
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/LiamConnell/arxiv_for_agents'
If you have feedback or need assistance with the MCP directory API, please join our Discord server