Skip to content
Cursor

arxivsub mcp for Cursor

io.github.arxivsub/arxivsub-mcp

Search arXiv and major AI/ML/CV/NLP/robotics conference papers and their related work.

client:Cursor transport:stdio runtime:npm

Install arxivsub mcp 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": {
    "arxivsub-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "arxivsub-mcp"
      ],
      "env": {
        "ARXIVSUB_SKILL_KEY": "<ARXIVSUB_SKILL_KEY>"
      }
    }
  }
}

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

arxivsub mcp in other clients