Server data from the Official MCP Registry
Search arXiv and major AI/ML/CV/NLP/robotics conference papers and their related work.
Search arXiv and major AI/ML/CV/NLP/robotics conference papers and their related work.
arxivsub-mcp is a well-structured MCP server that acts as a thin client to the arXivSub gateway service. Authentication is properly delegated to the server-side gateway via API key passed through environment variables. The codebase is clean with no malicious patterns, hardcoded credentials, or dangerous operations. Minor code quality observations (broad error catching, limited input sanitization on some parameters) do not materially impact security. Permissions align well with the server's purpose of searching academic papers and managing a personal library. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ARXIVSUB_SKILL_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-arxivsub-arxivsub-mcp": {
"env": {
"ARXIVSUB_SKILL_KEY": "your-arxivsub-skill-key-here"
},
"args": [
"-y",
"arxivsub-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
ARXIVSUB_SKILL_KEY.New accounts get a 7-day free trial of the full skill. After that it's part of arXivSub Pro.
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-mcp
Restart your client and the tools below become available.
| Tool | What it does |
|---|---|
search_papers | Semantic + keyword search over arXiv and conferences. Filters: venues, recency, year, has_code. Returns each paper's 6-part summary, authors, PDF, and code link. |
find_similar_papers | Nearest-neighbour "related work" for a paper you already found. Chainable for a mini literature review. |
research_insight | Pivot analytics (the website's Custom Chart engine): trends, rankings, breakdowns. Pro / trial. |
library_save | Save/update a paper in your personal library — notes, reading status, collections. |
library_list | 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.
arxiv, CVPR, ICCV, ECCV, ICLR, ICML, NeurIPS, AAAI, MICCAI, CoRL, RSS, ACL, EMNLP, ICRA, IROS, IJCAI, SIGGRAPH, SIGGRAPH Asia.npm install
npm run build # tsc -> dist/
ARXIVSUB_SKILL_KEY=... node dist/index.js # run over stdio
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.