The ArXiv MCP Server enables AI assistants to search, access, and analyze arXiv papers via MCP.
Search for papers on arXiv with optional filters including date ranges and categories. This tool allows you to query the arXiv repository using keywords and apply various filters to narrow down results.
Download a specific paper from arXiv using its paper ID. This tool retrieves and stores the paper locally for faster access and analysis.
View all papers that have been downloaded and stored locally. This tool provides an overview of your local paper collection.
Access and read the content of a downloaded paper using its paper ID. This tool allows you to extract and analyze the full text content of stored papers.
{
"mcpServers": {
"arxiv-mcp-server": {
"command": "uv",
"args": [
"tool",
"run",
"arxiv-mcp-server",
"--storage-path", "/path/to/paper/storage"
]
}
}
}