LogoSTMCP
Download
ArXiv MCP Server

ArXiv MCP Server

The ArXiv MCP Server enables AI assistants to search, access, and analyze arXiv papers via MCP.

Tools

1. search_papers

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.

2. download_paper

Download a specific paper from arXiv using its paper ID. This tool retrieves and stores the paper locally for faster access and analysis.

3. list_papers

View all papers that have been downloaded and stored locally. This tool provides an overview of your local paper collection.

4. read_paper

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.

Open Graph image for ArXiv MCP Server

JSON Config

{
    "mcpServers": {
        "arxiv-mcp-server": {
            "command": "uv",
            "args": [
                "tool",
                "run",
                "arxiv-mcp-server",
                "--storage-path", "/path/to/paper/storage"
            ]
        }
    }
}

Useful Links

Information

Categories