Arxiv Query
БесплатноНе проверенEnables AI assistants to search arXiv papers, retrieve metadata, browse categories, and read paper text.
Описание
Enables AI assistants to search arXiv papers, retrieve metadata, browse categories, and read paper text.
README
An MCP (Model Context Protocol) server that gives AI assistants direct access to arXiv. Search papers, retrieve full metadata, browse categories, and read paper text.
Table of Contents
Features
- Search arXiv — Full query syntax support with title, author, abstract, and category filters
- Get paper metadata — Retrieve complete details for any paper by ID (abstract, authors, categories, DOI, links)
- Browse by category — List recent papers in specific subject areas (ML, AI, NLP, Computer Vision, etc.)
- Read paper text — Fetch HTML-rendered paper content or fallback to abstracts with links
- Flexible formatting — Response support for both markdown (human-readable) and JSON (programmatic)
- Pagination — Handle large result sets with configurable limits and offsets
Installation
Prerequisites
Python 3.11or later- Dependencies
mcp[cli]>=1.0.0,httpx>=0.27.0,pydantic>=2.0.0(see pyproject.toml) (project usespoetryfor dependency management)
Install from PyPI
pip install arxiv-query-mcp
Build from Source
git clone https://github.com/LWaetzig/google-scholar-mcp.git
cd google-scholar-mcp
pip install -e .
Usage
- Detailed documentation about single tools can be found here
Integration with Claude Desktop
Add the server to your Claude Desktop configuration:
| Platform | Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
Add the arxiv entry under mcpServers, replacing the path with the absolute path to your clone:
{
"mcpServers": {
"arxiv": {
"command": "python",
"args": ["-m", "arxiv-query-mcp"]
}
}
}
Restart Claude Desktop. You should see the arxiv tools available in the tool picker.
Integration with Other MCP Clients
Any MCP client (e.g., Cline, Continue, or custom tools) can use this server. Configure the connection to:
Command: python -m arxiv-query-mcp.server
Transport: stdio
Contributing
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature) - Commit your changes with clear messages
- Push to your fork
- Open a pull request
Support
For issues, questions, or feature requests, please open an issue on GitHub.
License
Установка Arxiv Query
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/LWaetzig/arxiv-query-mcpFAQ
Arxiv Query MCP бесплатный?
Да, Arxiv Query MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Arxiv Query?
Нет, Arxiv Query работает без API-ключей и переменных окружения.
Arxiv Query — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Arxiv Query в Claude Desktop, Claude Code или Cursor?
Открой Arxiv Query на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Arxiv Query with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
