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. Shoumikdc Arxiv Mcp
S
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:04:12 PM

Shoumikdc Arxiv 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

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

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": {
    "shoumikdc-arxiv-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "https://smithery.ai/account/api-keys"
      ]
    }
  }
}

💡 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

arXiv-mcp

arXiv-mcp is a Model Context Protocol (MCP) server for querying and discovering the latest arXiv papers, built for seamless integration with LLMs and AI agents via the Smithery platform.

Overview

This tool enables AI applications to fetch, filter, and summarize new arXiv submissions in any category, making it easy to build research assistants, literature review bots, or custom paper discovery workflows. Powered by Smithery MCP, it supports session-based configuration and is ready for deployment.

Problem Statement

Staying up-to-date with the latest research on arXiv is challenging due to the volume and frequency of new submissions. arXiv-mcp solves this by providing a programmable interface for LLMs and agents to:

  • Retrieve daily arXiv postings by category
  • Search for papers by keyword
  • Return structured metadata (title, authors, summary, link, published date)
  • Personalize results with session config (in development currently!)

Example Usage (LLM Chat)

User:
Find today's latest papers in the category quant-ph. Then curate a list of papers related to quantum computing.

LLM (using arXiv-mcp):
Calls fetch_current_arxiv_postings_rss(category="quant-ph")
Returns a list of new papers with titles, authors, summaries, and links.


User:
Show me recent arXiv papers about "fluxonium qubits" in quantum computing.

LLM (using arXiv-mcp):
Calls keyword_search_arxiv_rss(category="quant-ph", keyword="fluxonium qubits")
Returns a list of filtered papers whose title or abstract matches the keyword.


Getting Started

  1. Run the server:

    bash
    uv run dev
    
  2. Test interactively:

    bash
    uv run playground
    

Your server code is in src/hello_server/server.py.
The server capabilities can be modified there.


Prerequisites

  • Smithery API key: Get yours at smithery.ai/account/api-keys

This code can be deployed by pushing to GitHub and then deploying via smithery.ai/new

Related MCP Servers

View all in Research View all alternatives
  • 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 →
  • A
    Academic Research Mcp Server

    ArXiv preprints + Google Scholar papers, with citation counts in one query.

    🔬 Research0 views
    Compare vs Academic Research Mcp Server →
  • S
    Search Papers

    An MCP server to search papers from arXiv

    🔬 Research0 views
    Compare vs Search Papers →

Frequently Asked Questions about Shoumikdc Arxiv Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "shoumikdc-arxiv-mcp": { "command": "npx", "args": ["-y", "shoumikdc-arxiv-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 PreviewShoumikdc Arxiv Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/shoumikdc-arxiv-mcp?style=directory)](https://allmcps.com/mcp/shoumikdc-arxiv-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/shoumikdc-arxiv-mcp"><img src="https://allmcps.com/api/badge/shoumikdc-arxiv-mcp?style=directory" alt="Shoumikdc Arxiv Mcp on AllMCPs" /></a>

Technical Specs & Signals

Category🔬Research
More technical detailsExpand ▾
TransportSSE (Remote)
RuntimeNode.js
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.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit10mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Oct 3, 2025
35Quality signal: Fair · 35/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 ownership10/20
Documentation & tools16/30
Adoption & activity0/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 Shoumikdc Arxiv Mcp →Install in Claude DesktopInstall in CursorInstall in VS Code