Loading MCP server directory, please wait...
Search arXiv, fetch paper metadata, and read full-text content. STDIO & Streamable HTTP.
npx @getmcp/cli add io.github.cyanheads/arxiv-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/arxiv-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/arxiv-mcp-server",
"run",
"start:stdio"
],
"env": {
"ARXIV_API_BASE_URL": "https://export.arxiv.org/api",
"ARXIV_REQUEST_DELAY_MS": "3000",
"ARXIV_CONTENT_TIMEOUT_MS": "30000",
"ARXIV_API_TIMEOUT_MS": "15000",
"MCP_LOG_LEVEL": "info"
}
}
}
}