arxivsub-mcp
Allows searching arXiv papers and top AI/ML conferences via semantic and keyword search, finding similar papers, research analytics, and managing a personal library.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@arxivsub-mcpfind recent papers on LLM safety with code"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
arxivsub-mcp
An MCP server for arXivSub — search arXiv and the top AI / CV / ML / robotics / NLP conferences, follow any paper to its related work, build research analytics, and manage a personal library, straight from your AI agent (Claude Desktop, Cursor, Cline, Claude Code, Windsurf, …).
arXivSub summarizes every paper into a structured 6-part breakdown (what it's about, innovations, techniques, datasets, results, limitations) and indexes it for semantic search across arXiv + CVPR, ICCV, ECCV, ICLR, ICML, NeurIPS, AAAI, MICCAI, CoRL, RSS, ACL, EMNLP, ICRA, IROS, IJCAI, SIGGRAPH, SIGGRAPH Asia. This server puts that engine directly in your agent's hands.
Get a free key (7-day trial, no credit card)
Sign in at https://arxivsub.comfyai.app/skills with email or Google.
Copy your API key from the Skills page.
Put it in the server config below as
ARXIVSUB_SKILL_KEY.
New accounts get a 7-day free trial of the full skill. After that it's part of arXivSub Pro.
Related MCP server: arXiv MCP Server
Install
The server runs via npx — no manual install needed. Add it to your MCP client's config.
Claude Desktop (claude_desktop_config.json), Cursor (~/.cursor/mcp.json), Windsurf, Cline, etc.:
{
"mcpServers": {
"arxivsub": {
"command": "npx",
"args": ["-y", "arxivsub-mcp"],
"env": { "ARXIVSUB_SKILL_KEY": "your_key_here" }
}
}
}Claude Code:
claude mcp add arxivsub --env ARXIVSUB_SKILL_KEY=your_key_here -- npx -y arxivsub-mcpRestart your client and the tools below become available.
Tools
Tool | What it does |
| Semantic + keyword search over arXiv and conferences. Filters: venues, recency, year, |
| Nearest-neighbour "related work" for a paper you already found. Chainable for a mini literature review. |
| Pivot analytics (the website's Custom Chart engine): trends, rankings, breakdowns. Pro / trial. |
| Save/update a paper in your personal library — notes, reading status, collections. |
| List your saved papers and collections. |
Just ask your agent naturally — "find recent papers on LLM safety with code", "more work like this one", "how has interest in diffusion models trended by month", "save this to my "to read" collection" — and it will pick the right tool.
Notes
Case-sensitive venues:
arxiv,CVPR,ICCV,ECCV,ICLR,ICML,NeurIPS,AAAI,MICCAI,CoRL,RSS,ACL,EMNLP,ICRA,IROS,IJCAI,SIGGRAPH,SIGGRAPH Asia.Quota: each search / similar / insight call uses one daily quota unit; library calls are free. The remaining quota is returned with every result.
Privacy / security: the server only holds your skill key and talks to the arXivSub gateway over HTTPS. It has no direct database access and no service credentials.
Development
npm install
npm run build # tsc -> dist/
ARXIVSUB_SKILL_KEY=... node dist/index.js # run over stdioLicense
MIT
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/arxivsub/arxivsub-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server