An MCP server that enables interacting with the arXiv API using natural language
ArXiv MCP server exists for a simple reason — assistants are far more useful when they can act on ArXiv directly instead of describing what you should do. An MCP server that enables interacting with the arXiv API using natural language.
Once ArXiv is connected, these are the calls the assistant has available:
get_article_url — Retrieve the URL of an article hosted on arXiv.org based on its titledownload_article — Download the article hosted on arXiv.org as a PDF fileload_article_to_context — Load the article hosted on arXiv.org into context of a LLMget_details — Retrieve metadata of an article hosted on arXiv.org based on its titlesearch_arxiv — Performs a search query on the arXiv API based on specified parameters and returns matching article metadataMacOS — Clone the repository git clone https://github.com/prashalruchiranga/arxiv-mcp-server.git cd arxiv-mcp-server Install uv package manager. For moreWindows — Install uv package manager. For more details on installing, visit the [official uv documentation](https://docs.astral.sh/uv/getting-started/installatiBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need one environment variable: DOWNLOAD_PATH. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. ArXiv's toolset — get_article_url, download_article, load_article_to_context and 4 more — is a fair guide to whether it matches your workflow. It is maintained by prashalruchiranga; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against ArXiv's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_article_url | Retrieve the URL of an article hosted on arXiv.org based on its title |
| download_article | Download the article hosted on arXiv.org as a PDF file |
| load_article_to_context | Load the article hosted on arXiv.org into context of a LLM |
| get_details | Retrieve metadata of an article hosted on arXiv.org based on its title |
| search_arxiv | Performs a search query on the arXiv API based on specified parameters and returns matching article metadata |
| MacOS | Clone the repository git clone https://github.com/prashalruchiranga/arxiv-mcp-server.git cd arxiv-mcp-server Install uv package manager. For more details on installing, visit the [official uv documentation](https://docs. |
| Windows | Install uv package manager. For more details on installing, visit the [official uv documentation](https://docs.astral.sh/uv/getting-started/installation/). |
{
"mcpServers": {
"arxiv-server": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/arxiv-mcp-server/src/arxiv_server",
"run",
"server.py"
],
"env": {
"DOWNLOAD_PATH": "/ABSOLUTE/PATH/TO/DOWNLOADS/FOLDER"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| DOWNLOAD_PATH | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.