arxivsub-mcp
About
Search arXiv and major AI/ML/CV/NLP/robotics conference papers and their related work.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ARXIVSUB_SKILL_KEYClaude Code
claude mcp add --env ARXIVSUB_SKILL_KEY= arxivsub-mcp -- npx arxivsub-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"arxivsub-mcp","command":"npx","args":["arxivsub-mcp"],"env":{"ARXIVSUB_SKILL_KEY":""}}'
JSON
{
"mcpServers": {
"arxivsub-mcp": {
"command": "npx",
"args": [
"arxivsub-mcp"
],
"env": {
"ARXIVSUB_SKILL_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.