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
{
"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