Skip to content
Claude Desktop

ArXiv for Claude Desktop

io.github.guptaprakhariitr/arxiv-mcp

ArXiv preprint search, daily category digest, and author-collaborator graph.

client:Claude Desktop transport:streamable-http

Install ArXiv in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "arxiv-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://arxiv-mcp.atlasword.workers.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

ArXiv in other clients