Skip to content
Cursor

arxiv mcp server for Cursor

io.github.blazickjp/arxiv-mcp-server

Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.

client:Cursor transport:stdio runtime:pypi

Install arxiv mcp server in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "arxiv-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "arxiv-mcp-server"
      ],
      "env": {
        "ARXIV_STORAGE_PATH": "<ARXIV_STORAGE_PATH>"
      }
    }
  }
}

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

arxiv mcp server in other clients