io.github.cyanheads
arxiv-mcp-server
Search arXiv, fetch paper metadata, and read full-text content. STDIO & Streamable HTTP.
Hosted
communityknowledgeDeployment
Hosted
streamable-http
https://arxiv.caseyjhand.com/mcpPackage Details
@cyanheads/arxiv-mcp-server
Transportstdio
Runtimebun
Package Arguments
Positional
Position 0
runPosition 1
start:stdioEnvironment Variables
ARXIV_API_BASE_URL(str)
Default:
https://export.arxiv.org/apiarXiv API base URL.
ARXIV_REQUEST_DELAY_MS(str)
Default:
3000Minimum delay between arXiv API requests (ms).
ARXIV_CONTENT_TIMEOUT_MS(str)
Default:
30000Timeout for HTML content fetches (ms).
ARXIV_API_TIMEOUT_MS(str)
Default:
15000Timeout for API search/metadata requests (ms).
MCP_LOG_LEVEL(str)
Default:
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
@cyanheads/arxiv-mcp-server
TransportStreamable HTTP
Runtimebun
Package Arguments
Positional
Position 0
runPosition 1
start:httpEnvironment Variables
ARXIV_API_BASE_URL(str)
Default:
https://export.arxiv.org/apiarXiv API base URL.
ARXIV_REQUEST_DELAY_MS(str)
Default:
3000Minimum delay between arXiv API requests (ms).
ARXIV_CONTENT_TIMEOUT_MS(str)
Default:
30000Timeout for HTML content fetches (ms).
ARXIV_API_TIMEOUT_MS(str)
Default:
15000Timeout for API search/metadata requests (ms).
MCP_HTTP_HOST(str)
Default:
127.0.0.1The hostname for the HTTP server.
MCP_HTTP_PORT(str)
Default:
3010The port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATH(str)
Default:
/mcpThe endpoint path for the MCP server.
MCP_AUTH_MODE(str)
Default:
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
MCP_LOG_LEVEL(str)
Default:
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').