
arxiv-mcp-server
Search arXiv, fetch paper metadata, and read full-text content.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Search arXiv, fetch paper metadata, and read full-text content.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| arxiv_search | Search arXiv papers by query with category and sort filters. Returns paper metadata including title, authors, abstract, categories, and links. |
| arxiv_get_metadata | Get full metadata for one or more arXiv papers by ID. Use when you have known IDs from citations, prior search results, or memory. |
| arxiv_read_paper | Fetch the full text of an arXiv paper. Tries arxiv.org/html first, falls back to ar5iv.labs.arxiv.org, and falls back again to text extracted from the PDF when neither has an HTML render — check the source field to know which one answered. Page through long papers with start and max_characters, or pass max_characters null to get the entire body in one call. |
| arxiv_list_categories | List arXiv category codes and names. Useful for discovering valid category filters for arxiv_search. Lists subject classes only; arxiv_search also accepts a bare archive code (the part before the dot, e.g. "astro-ph" or "cs") to search a whole archive at once. |