Back to directory
prashalruchiranga/arxiv-mcp-server

prashalruchiranga/arxiv-mcp-server

@prashalruchiranga40

An MCP server that enables natural language interaction with the arXiv API to retrieve scholarly article metadata, download PDFs, search the database, and load articles into LLM context.

arXivacademicresearchLLM contextcontext

Installation & Configuration

{
  "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"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/25
Updated
2026/6/8