arxiv-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ARXIV_MCP_HOME | No | Cache root directory. | ~/.arxiv-mcp |
| ARXIV_MCP_MAX_PAPERS | No | Max cached papers before LRU eviction. | 200 |
| ARXIV_MCP_META_TTL_S | No | TTL (s) for 'latest' (unversioned) metadata. | 86400 |
| ARXIV_MCP_MAX_DISK_MB | No | Max cache disk (MB) before LRU eviction. | 2048 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_papersA | Search arXiv and return compact paper metadata. Provide a raw
If |
| get_paperA | Fetch full metadata for one paper by arXiv id. Accepts any id form: |
| read_paperA | Read a paper's full text, paginated so large papers don't overflow context. Extraction prefers arXiv HTML/LaTeX source and falls back to PDF; the result
is cached permanently per exact version. |
| download_paperA | Download a paper's raw Returns the local path. Use |
| start_sessionA | Open a caching session. Papers fetched with this |
| end_sessionA | Close a session, unpinning its papers so they become eligible for eviction. |
| session_statusB | Report the papers pinned to a session. |
| cache_statsA | Report cache usage: paper count, disk usage, limits, sessions. |
| list_cachedA | List cached papers (most-recently-accessed first) with size and pin state. |
| clear_cacheA | Evict cached papers. By default leaves papers pinned to open sessions;
set |
| list_categoriesA | List arXiv subject categories for building Pass a |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Himasnhu-AT/arxiv-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server