io.github.arxivsub/arxivsub-mcp
NPM · ARXIVSUB-MCP · SCANNED SEP 20
Search arXiv and major AI/ML/CV/NLP/robotics conference papers and their related work.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 72 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability67
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1180 tokens (~236/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
- Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.arxivsub/arxivsub-mcp server?
io.github.arxivsub/arxivsub-mcp runs locally as an npm package, launched with npx -y arxivsub-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · arxivsub-mcp
claude mcp add arxivsub-arxivsub-mcp -- npx -y arxivsub-mcp
{
"mcpServers": {
"arxivsub-arxivsub-mcp": {
"command": "npx",
"args": [
"-y",
"arxivsub-mcp"
]
}
}
} {
"servers": {
"arxivsub-arxivsub-mcp": {
"command": "npx",
"args": [
"-y",
"arxivsub-mcp"
]
}
}
} codex mcp add arxivsub-arxivsub-mcp -- npx -y arxivsub-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"arxivsub-arxivsub-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"arxivsub-mcp"
],
"enabled": true
}
}
} openclaw mcp add arxivsub-arxivsub-mcp --command npx --arg -y --arg arxivsub-mcp
mcp_servers:
arxivsub-arxivsub-mcp:
command: "npx"
args: ["-y", "arxivsub-mcp"] {
"McpServers": {
"arxivsub-arxivsub-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"arxivsub-mcp"
]
}
}
} assistant mcp add arxivsub-arxivsub-mcp -t stdio -c npx -a -y arxivsub-mcp
{
"mcpServers": {
"arxivsub-arxivsub-mcp": {
"command": "npx",
"args": [
"-y",
"arxivsub-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 16 Sept 26 −2
- Stability: pass → 0.80 functional
- 15 Sept 26 0
- Stability: 0.97 → pass security
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 9 Sept 26 −2
- Stability: pass → 0.80 functional
- 8 Sept 26 0
- Stability: 0.97 → pass security
- 7 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed npm/arxivsub-mcp@0.1.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 96 packages
| Packages resolved | 96 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
find_similar_papers ~205
Given ONE paper you already have (from a prior search result), return the most similar papers from the same corpus — semantic nearest neighbours, each with the full summary and code link. Use for 'more like this', 'related work', 'what else is in this line of work', or to expand a literature review. You can chain it: search -> pick a seed -> find_similar_papers -> repeat on a strong neighbour.
| Name | Type | Req | Description |
|---|---|---|---|
| item_id | string | yes | The seed paper's arXivSub id (uuid) from a prior search result. Never invent one. |
| item_type | string | yes | The seed paper's type, from its search 'source': 'arxiv' -> 'paper', 'conferences' -> 'ciiina'. |
| language | string | – | Summary language, 'en' or 'zh'. Default 'en'. |
| limit | integer | – | How many neighbours to return (server caps at 20). Default 8. |
No output schema declared.
No examples provided.
library_list ~120
List the user's personal arXivSub library — collections and saved items, optionally filtered. Use for 'what have I saved', 'show my library', 'which papers are in my <name> collection', 'what am I reading'.
| Name | Type | Req | Description |
|---|---|---|---|
| collection_name | string | – | Only items in this collection. |
| item_type | string | – | Only papers ('paper') or conference items ('ciiina'). |
| limit | integer | – | Max items (server caps at 200). Default 100. |
| status | string | – | Only items with this reading status. |
No output schema declared.
No examples provided.
library_save ~184
Save (or update) a paper in the user's personal arXivSub library. Use for 'save this', 'bookmark that paper', 'add it to my <X> collection', 'note that ...', 'mark as read'. Idempotent: saving the same paper again updates only the fields you pass and never duplicates. Cannot delete — removals are done on the website.
| Name | Type | Req | Description |
|---|---|---|---|
| collection_name | string | – | Optional collection/folder name; created automatically if it doesn't exist. |
| item_id | string | yes | The item's arXivSub id (uuid) from a prior search result. |
| item_type | string | yes | From the search 'source': 'arxiv' -> 'paper', 'conferences' -> 'ciiina'. |
| note | string | – | Optional note (<=2000 chars). |
| reading_status | string | – | Optional reading status. |
No output schema declared.
No examples provided.
research_insight ~326
Build aggregate pivot statistics over the arXivSub corpora — the same engine as the website's Custom Chart. Use for trends, rankings, breakdowns and comparisons: 'how has interest in diffusion models trended', 'top institutions in RL', 'papers per month by keyword', 'avg citations by affiliation'. Returns rows of {dim, breakdown, value} for you to interpret and visualize. Requires Pro or active trial days.
| Name | Type | Req | Description |
|---|---|---|---|
| breakdown | string|null | – | Optional second split, same value set as dim. e.g. dim=time:month, breakdown=keyword. |
| corpus | string | – | 'arxiv' (recent arXiv) or 'ciiina' (conferences; 'conference' is an alias). Default 'arxiv'. |
| dim | string | yes | REQUIRED axis. arxiv: time:day|week|month|year, keyword, category, affiliation, author, citation_bin. ciiina: time:year, keyword, conference, award, affiliation, author, citation_bin. |
| filters | object | – | Optional object: search, start_date, end_date, keywords[], categories[] (arxiv), conferences[]/publish_years[]/awards[] (ciiina), affiliations[]. |
| measure | string | – | count_papers (default) | count_authors | count_affiliations | count_keywords | avg_citation | median_citation | award_rate (ciiina only). |
| options | object | – | Optional object: top_n_dim, top_n_breakdown, min_count, show_others, sort. |
No output schema declared.
No examples provided.
search_papers ~345
Search academic papers from arXiv and major AI/CV/ML/robotics/NLP conferences via arXivSub (semantic + keyword search over a structured, summarized corpus). Use for 'find papers on X', 'latest research about Y', 'recent conference work on Z', or to start a literature review. Returns each paper with a 6-part summary (what it's about, innovations, techniques, datasets, results, limitations), authors + affiliations, pdf_url, and github_url when code is available.
| Name | Type | Req | Description |
|---|---|---|---|
| arxiv_days | integer | – | Only arXiv papers from the last N days. Default 30. |
| conference_years | array | – | Conference publication years to include, e.g. [2024, 2025]. Default: last two years. |
| has_code | boolean | – | If true, only return papers that ship a public code repository (a reproducibility signal). |
| language | string | – | Summary language, 'en' or 'zh'. Default 'en'. |
| limit | integer | – | Max papers per source (server caps at 100). Default 10. |
| locations | array | – | Venues to search (CASE-SENSITIVE): arxiv, CVPR, ICCV, ECCV, ICLR, ICML, NeurIPS, AAAI, MICCAI, CoRL, RSS, ACL, EMNLP, ICRA, IROS, IJCAI, SIGGRAPH, 'SIGGRAPH Asia'. Include 'arxiv' for arXiv preprints… |
| query | string | yes | Natural-language search query, e.g. 'LLM safety alignment'. |
No output schema declared.
No examples provided.
What is the io.github.arxivsub/arxivsub-mcp server?
io.github.arxivsub/arxivsub-mcp is listed in the public MCP registry as io.github.arxivsub/arxivsub-mcp. Search arXiv and major AI/ML/CV/NLP/robotics conference papers and their related work. This page covers its npm package (arxivsub-mcp).
Is the io.github.arxivsub/arxivsub-mcp server safe to use?
io.github.arxivsub/arxivsub-mcp scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.arxivsub/arxivsub-mcp server expose?
io.github.arxivsub/arxivsub-mcp exposes 5 tools: search_papers, find_similar_papers, research_insight, library_save, library_list. Their descriptions and schemas cost roughly 1,180 tokens of context every time the server is loaded.
Is the io.github.arxivsub/arxivsub-mcp server still maintained?
io.github.arxivsub/arxivsub-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.arxivsub/arxivsub-mcp server under?
io.github.arxivsub/arxivsub-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.