arxiv-mcp-server
by cyanheads
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_AUTH_MODE | No | Auth mode: none, jwt, or oauth. | none |
| MCP_HTTP_PORT | No | Port for HTTP server. | 3010 |
| MCP_LOG_LEVEL | No | Log level (RFC 5424). | info |
| ARXIV_MIRROR_PATH | No | SQLite path for the mirror. | ./data/arxiv-mirror.db |
| ARXIV_API_BASE_URL | No | arXiv API base URL. | https://export.arxiv.org/api |
| MCP_TRANSPORT_TYPE | No | Transport: stdio or http. | stdio |
| ARXIV_API_TIMEOUT_MS | No | Timeout for API search/metadata requests (ms). | 15000 |
| ARXIV_MIRROR_ENABLED | No | Enable local OAI-PMH metadata mirror for search and metadata. | false |
| ARXIV_REQUEST_DELAY_MS | No | Minimum delay between arXiv API requests (ms). | 3000 |
| ARXIV_CONTENT_TIMEOUT_MS | No | Timeout for HTML content fetches (ms). | 30000 |
| ARXIV_MIRROR_OAI_BASE_URL | No | arXiv OAI-PMH endpoint base URL. | https://oaipmh.arxiv.org/oai |
| ARXIV_MIRROR_REFRESH_CRON | No | UTC cron expression for in-process daily refresh (HTTP mode only). | unset |
| ARXIV_MIRROR_FALLBACK_LIVE | No | Fall through to live API on local ID-lookup miss. | true |
| ARXIV_MIRROR_RECENT_DAYS_LIVE | No | Route sortBy=submitted descending queries within this window to the live API. | 2 |
| ARXIV_MIRROR_OAI_REQUEST_DELAY_MS | No | Minimum delay between OAI-PMH requests (ms). | 3000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/cyanheads/arxiv-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server