Skip to content
Cursor

arxiv mcp for Cursor

io.github.mrfentmen/arxiv-mcp

Search academic papers on arXiv by keyword, author, or title. No key required.

client:Cursor transport:stdio runtime:npm

Install arxiv mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "arxiv-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "arxiv-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

arxiv mcp in other clients