mcpbeat Sign in

Arxivsub MCP Server

local only

Arxivsub MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 10 Jul 2026.

Search arXiv and major AI/ML/CV/NLP/robotics conference papers and their related work.

Installs per day peak 277 · avg 15 · -15% w/w
a month agotoday
27
Installs / week
npm · arxivsub-mcp
0
Stars
0 open issues
10 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Arxivsub MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add arxivsub-mcp -- npx -y arxivsub-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "arxivsub-mcp": {
      "args": [
        "-y",
        "arxivsub-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.arxivsub-mcp]
command = "npx"
args = ["-y", "arxivsub-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "arxivsub-mcp": {
      "args": [
        "-y",
        "arxivsub-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "arxivsub-mcp": {
      "args": [
        "-y",
        "arxivsub-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ARXIVSUB_SKILL_KEY (Your arXivSub API key (free 7-day trial) from https://arxivsub.comfyai.app/skills). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Arxivsub MCP

same job, measured the same way
O
AI/ML Research Papers
by memoryapi

AI/ML research papers from arXiv, DBLP, and HuggingFace

3 tools answering
D
BrunoSan ArXiv Intelligence
by brunosan

AI research intelligence for AI, ML, NLP, vision and robotics with citations and entity graphs.

16 tools answering
Paperswithcode
by pipeworx-io

Papers With Code MCP — browse ML research papers and their code repositories

35 tools answering
Arxiv MCP Server
by cyanheads

Search arXiv, fetch paper metadata, and read full-text content.

596 installs/wk 4 tools answering
Tenkai MCP
by mcfredrick

Search Tenkai Daily AI news for open-source releases, papers, and tools. Updated daily.

33 installs/wk local only
Search Papers
by saidiibrahim

An MCP server to search papers from arXiv

24 installs/wk local only
cv.json — open CV data
by freecvorg

Search people open to work and fetch their machine-readable cv.json, from any AI assistant.

52 installs/wk 4 tools answering
Croissant
by getcroissant

Search and book coworking spaces and conference rooms via Croissant.

33 installs/wk local only

Arxivsub MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Arxivsub MCP?
Arxivsub MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package arxivsub-mcp was installed 27 times last week.
How do I connect Arxivsub MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls arxivsub-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Arxivsub MCP?
The npm package arxivsub-mcp was installed 27 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Arxivsub MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.