Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”¬ Research
  3. Arxivsub Mcp
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:28:35 AM

Arxivsub Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "arxivsub-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "arxivsub-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ”¬ More in Research

Documentation Overview

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)

  1. Sign in at https://arxivsub.comfyai.app/skills with email or Google.
  2. Copy your API key from the Skills page.
  3. 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.

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.:

config.json
{
  "mcpServers": {
    "arxivsub": {
      "command": "npx",
      "args": ["-y", "arxivsub-mcp"],
      "env": { "ARXIVSUB_SKILL_KEY": "your_key_here" }
    }
  }
}

Claude Code:

Terminal
claude mcp add arxivsub --env ARXIVSUB_SKILL_KEY=your_key_here -- npx -y arxivsub-mcp

Codex CLI:

bash
codex mcp add arxivsub --env ARXIVSUB_SKILL_KEY=your_key_here -- npx -y arxivsub-mcp

Or add it to ~/.codex/config.toml directly:

toml
[mcp_servers.arxivsub]
command = "npx"
args = ["-y", "arxivsub-mcp"]
env = { ARXIVSUB_SKILL_KEY = "your_key_here" }

Restart your client and the tools below become available.

claude.ai (remote connector)

On claude.ai there's nothing to install, add a hosted connector:

  1. Settings β†’ Connectors β†’ Add custom connector

  2. Name: arxivsub

  3. Remote MCP server URL (replace YOUR_KEY with your key from https://arxivsub.comfyai.app/skills):

    Code
    https://qtevnmgyobilaanrzidq.supabase.co/functions/v1/mcp?key=YOUR_KEY
    
  4. Leave the OAuth fields empty and click Add.

This is a hosted Streamable HTTP MCP endpoint, a thin adapter over the arXivSub gateway exposing the same tools. Source: supabase/functions/mcp/index.ts.

Tools

ToolWhat it does
search_papersSemantic + 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_papersNearest-neighbour "related work" for a paper you already found. Chainable for a mini literature review.
research_insightPivot analytics (the website's Custom Chart engine): trends, rankings, breakdowns. Pro / trial.
library_saveSave/update a paper in your personal library β€” notes, reading status, collections.
library_listList 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

Terminal
npm install
npm run build           # tsc -> dist/
ARXIVSUB_SKILL_KEY=... node dist/index.js   # run over stdio

License

MIT

Related MCP Servers

View all in Research View all alternatives
  • S
    Search Papers

    An MCP server to search papers from arXiv

    πŸ”¬ Research0 views
    Compare vs Search Papers β†’
  • Adamamer20 Paper Search Mcp Openai logoAdamamer20 Paper Search Mcp Openai

    Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…

    πŸ”¬ Research0 views
    Compare vs Adamamer20 Paper Search Mcp Openai β†’
  • Morosss Sdfsdf logoMorosss Sdfsdf

    Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs whe…

    πŸ”¬ Research0 views
    Compare vs Morosss Sdfsdf β†’
  • S
    Shoumikdc Arxiv Mcp

    Discover the latest arXiv papers by category and keyword. Control how many results you get to spee…

    πŸ”¬ Research0 views
    Compare vs Shoumikdc Arxiv Mcp β†’

Frequently Asked Questions about Arxivsub Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "arxivsub-mcp": { "command": "npx", "args": ["-y", "arxivsub-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewArxivsub Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/arxivsub-mcp?style=directory)](https://allmcps.com/mcp/arxivsub-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/arxivsub-mcp"><img src="https://allmcps.com/api/badge/arxivsub-mcp?style=directory" alt="Arxivsub Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”¬Research
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”¬ Research β†’Best MCP servers for Research β†’Alternatives to Arxivsub Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code