drio
Open app

ArXiv MCP Server

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

The ArXiv MCP Server is a tool that enables AI assistants to search and access research papers from the arXiv repository through a simple Message Control Protocol (MCP) interface.

To use the ArXiv MCP Server, install it via pip, set up your MCP client configuration, and utilize the provided tools to search, download, and read papers.

  • 🔎 Paper Search: Query arXiv papers with filters for date ranges and categories. - 📄 Paper Access: Download and read paper content. - 📋 Paper Listing: View all downloaded papers. - 🗃️ Local Storage: Papers are saved locally for faster access.
  1. Enabling AI models to retrieve and analyze research papers.
  2. Assisting researchers in quickly finding relevant literature.
  3. Facilitating the integration of arXiv data into AI applications.

Add to your AI client

Use these steps to connect ArXiv MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "blazickjp-arxiv-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-blazickjp-arxiv-mcp-server-mcp-mirror"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "blazickjp-arxiv-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-blazickjp-arxiv-mcp-server-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "blazickjp-arxiv-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-blazickjp-arxiv-mcp-server-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "blazickjp-arxiv-mcp-server-mcp-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-blazickjp-arxiv-mcp-server-mcp-mirror"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "blazickjp-arxiv-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-blazickjp-arxiv-mcp-server-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "blazickjp-arxiv-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-blazickjp-arxiv-mcp-server-mcp-mirror"
      ]
    }
  }
}

FAQ

Can I search for papers in specific categories?

Yes! You can filter your search by categories and date ranges.

Is the ArXiv MCP Server free to use?

Yes! The server is open-source and free to use.

How do I configure the server?

Configuration is done through environment variables and MCP client settings.7:["$","di