ArXiv MCP Server Configuration & Usage Guide
Installationuvx
Risk LevelLow Risk
API KeyNot Required
Clients3 supported
ArXiv academic paper search, supporting keyword, author, and category-based abstract retrieval
Supported Clients
- Claude Desktop
- Cursor
- VS Code / Cline
Installation Command
uvx arxiv-mcp-serverConfiguration Example
{
"mcpServers": {
"arxiv": {
"command": "uvx",
"args": [
"arxiv-mcp-server"
]
}
}
}Permission Scope & Security Notes
只查询公开的 ArXiv 论文数据,Not Required API Key,风险极低
- network-access
Risk Score:1/10
Common Errors
- 网络超时
- ArXiv API 有时响应较慢,增加超时时间或重试
- uvx 找不到
- 安装 uv:curl -LsSf https://astral.sh/uv/install.sh | sh
Sources
Recently Verified:2026-05-18。Client versions and configuration formats may change. Please refer to official documentation before use.