MCP server for querying, retrieving, and reading arXiv papers
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"arxiv-query-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# arxiv-query-mcp 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 1. [Features](#features) 2. [Installation](#installation) 3. [Usage](#usage) 4. [Contributing](#contributing) ## 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.11` or later - Dependencies `mcp[cli]>=1.0.0`, `httpx>=0.27.0`, `pydantic>=2.0.0` (see [pyproject.toml](pyproject.toml)) (project uses `poetry` for dependency management) ### Install from PyPI ```bash pip install arxiv-query-mcp ``` ### Build from Source ```bash 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](https://personal-public-packages.gitlab.io/arxiv-query-mcp) ### 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: ```json { "mcpServers": { "arxiv": { "command": "python", "args": ["-m", "arxiv-query-mcp"] } } } ``` Restart Claude D…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.