ArXiv Search
БесплатноНе проверенSimple CLI tool and MCP server for searching arXiv papers via ArXiv Xplorer API.
Описание
Simple CLI tool and MCP server for searching arXiv papers via ArXiv Xplorer API.
README
Simple CLI tool and MCP server for searching arXiv papers via ArXiv Xplorer API.
Installation
# Using pip
pip install -e .
# Using uv
uv pip install -e .
# Or from GitHub
pip install git+https://github.com/hassenhamdi/arxiv-xplorer-mcp.git
CLI Usage
# Basic search
arxiv-search "large language models"
# With categories
arxiv-search "transformer" -c cs.CL cs.AI
# With years
arxiv-search "neural networks" -y 2023 2024
# Pagination
arxiv-search "attention" -p 2
# JSON output
arxiv-search "BERT" --json
Options
| Option | Description |
|---|---|
query |
Search terms (required) |
-c, --categories |
arXiv categories (e.g., cs.CL, cs.AI) |
-y, --years |
Publication years (e.g., 2023 2024) |
-p, --page |
Page number (default: 1) |
--json |
Output raw JSON |
Popular Categories
| Code | Description |
|---|---|
| cs.CL | Computation and Language (NLP) |
| cs.AI | Artificial Intelligence |
| cs.CV | Computer Vision |
| cs.LG | Machine Learning |
| cs.RO | Robotics |
| cs.CR | Cryptography and Security |
MCP Server
Configuration
Claude Desktop / Cline / OpenCode:
{
"mcpServers": {
"arxiv": {
"command": "python",
"args": ["-m", "arxiv_search.mcp_server"],
"cwd": "/path/to/arxiv_search"
}
}
}
Tool: arxiv_search
Search arXiv papers with filters.
Parameters:
query(string, required): Search termscategories(list, optional): arXiv categoriesyears(list, optional): Publication yearspage(integer, optional): Page number (default: 1)
Returns: List of papers with fields: id, title, abstract, authors, date, categories, short_author, score, url
Development
# Install dev dependencies
pip install -e ".[dev]"
# Run CLI
python arxiv.py "query"
# Run MCP server
python -m arxiv_search.mcp_server
License
Personal Use Only - See LICENSE file
Disclaimer
Uses reverse-engineered API from arxivxplorer.com (unofficial)
Установка ArXiv Search
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/hassenhamdi/arxiv-xplorer-mcpFAQ
ArXiv Search MCP бесплатный?
Да, ArXiv Search MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для ArXiv Search?
Нет, ArXiv Search работает без API-ключей и переменных окружения.
ArXiv Search — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить ArXiv Search в Claude Desktop, Claude Code или Cursor?
Открой ArXiv Search на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare ArXiv Search with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
