io.github.cyanheads

arxiv-mcp-server

Search arXiv, fetch paper metadata, and read full-text content. STDIO & Streamable HTTP.

Hosted
communityknowledge

Deployment

Hosted
streamable-httphttps://arxiv.caseyjhand.com/mcp

Package Details

Transportstdio
Runtimebun

Package Arguments

Positional
Position 0
run
Position 1
start:stdio

Environment Variables

ARXIV_API_BASE_URL(str)
Default:https://export.arxiv.org/api

arXiv API base URL.

ARXIV_REQUEST_DELAY_MS(str)
Default:3000

Minimum delay between arXiv API requests (ms).

ARXIV_CONTENT_TIMEOUT_MS(str)
Default:30000

Timeout for HTML content fetches (ms).

ARXIV_API_TIMEOUT_MS(str)
Default:15000

Timeout for API search/metadata requests (ms).

MCP_LOG_LEVEL(str)
Default:info

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

TransportStreamable HTTP
Runtimebun

Package Arguments

Positional
Position 0
run
Position 1
start:http

Environment Variables

ARXIV_API_BASE_URL(str)
Default:https://export.arxiv.org/api

arXiv API base URL.

ARXIV_REQUEST_DELAY_MS(str)
Default:3000

Minimum delay between arXiv API requests (ms).

ARXIV_CONTENT_TIMEOUT_MS(str)
Default:30000

Timeout for HTML content fetches (ms).

ARXIV_API_TIMEOUT_MS(str)
Default:15000

Timeout for API search/metadata requests (ms).

MCP_HTTP_HOST(str)
Default:127.0.0.1

The hostname for the HTTP server.

MCP_HTTP_PORT(str)
Default:3010

The port to run the HTTP server on.

MCP_HTTP_ENDPOINT_PATH(str)
Default:/mcp

The endpoint path for the MCP server.

MCP_AUTH_MODE(str)
Default:none

Authentication mode to use: 'none', 'jwt', or 'oauth'.

MCP_LOG_LEVEL(str)
Default:info

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').