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.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”Ž Search & Data Extraction
  3. MCP Simple Arxiv
MCP Simple Arxiv logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 7:03:09 PM

MCP Simple Arxiv

User RatingsBe the first to rate and review this MCP server!
View Repository200 GitHub StarsTotal stargazers on GitHub for the source repository (200 stars).Visit Website
arxivresearchacademic-searchpapers

Searches arXiv, filters papers by dates and categories, and returns metadata, abstracts, links, or Markdown text.

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
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "andybrandt-mcp-simple-arxiv": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”Ž More in Search & Data Extraction

Overview

The andybrandt/mcp-simple-arxiv MCP server connects an MCP client to the arXiv API for paper discovery and reading. It supports searches across titles and abstracts, date filtering, sorting, result counts, category browsing, metadata, abstracts, format links, and Markdown-converted full text. Use it when an agent needs current arXiv literature without manually browsing the site. It can run locally over stdio or be accessed through the listed web connector.

Use cases

โ€ขSearch recent arXiv papers about a research topic
โ€ขFilter literature by submission date
โ€ขInspect metadata and abstracts from paper IDs
โ€ขRetrieve paper text as Markdown for analysis
โ€ขBrowse arXiv subject categories

Key features

โ€ขTitle and abstract search
โ€ขSubmission date filtering
โ€ขRelevance and date sorting
โ€ขPaper metadata and abstract retrieval
โ€ขPDF, HTML, and Markdown text access
โ€ขArXiv category browsing

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Simple Arxiv.

Extracted Tool Capabilities
Title and abstract search
Submission date filtering
Relevance and date sorting
Paper metadata and abstract retrieval
PDF, HTML, and Markdown text access
ArXiv category browsing

How MCP Simple Arxiv works

What the andybrandt/mcp-simple-arxiv MCP server does

The andybrandt/mcp-simple-arxiv MCP server gives an MCP-compatible client access to arXiv papers through the arXiv API. It is intended for literature search, paper lookup, and retrieval of research content. A client can search by title and abstract text, narrow results by submission date, and choose sorting by submission date, update date, or relevance.

Search responses include the total number of matching records, which helps an agent judge whether a query is too broad or too narrow. Individual results can include the title, authors, arXiv identifier, primary and additional categories, publication date, and an abstract preview. After identifying a paper, the client can request its metadata and abstract, links to available PDF or HTML formats, and full paper text rendered as Markdown from the PDF.

How it works

The server sends requests to arXiv's API and presents the returned research data through MCP. Search can be refined with a date interval, and the response exposes the total match count alongside the displayed results. The server also supports browsing and searching arXiv subject categories, which can help agents construct more targeted research queries.

Paper details are retrieved using an arXiv paper identifier, such as the identifier shown in a search result. Full-text retrieval involves converting the paper's PDF content to Markdown. The README describes both local stdio operation for desktop clients and a network-accessible web deployment.

Setup and configuration

The andybrandt/mcp-simple-arxiv MCP server can be installed from PyPI with pip install mcp-simple-arxiv. For a local Claude Desktop setup, configure a server entry that runs python -m mcp_simple_arxiv, then restart Claude Desktop. The documented Windows configuration uses the same module invocation with an explicit Python executable path.

A hosted connector is also listed at https://mcp.andybrandt.net/arxiv for use with Claude.ai. The repository includes a separate WEB_DEPLOYMENT.md document for web deployment details, but those details are not included in the provided material.

Tools and capabilities

Supported operations described in the project material include:

  • Search papers using title and abstract content.
  • Restrict searches to a submission date range.
  • Sort matches by relevance, submission date, or update date.
  • Report the total number of matching papers.
  • Return paper metadata, abstracts, identifiers, authors, dates, and categories.
  • Retrieve PDF or HTML links and Markdown-converted paper text.
  • Browse and search arXiv subject categories.

Limitations and notes

The server follows arXiv API usage guidance. It limits requests to a maximum of one every three seconds and allows only one connection at a time. The README also states that it includes error handling and retry logic. These limits may affect workflows that issue many searches or retrieve several papers in quick succession.

The material documents Claude Desktop and Claude.ai usage, but does not provide a complete compatibility list for other MCP clients. It also does not specify configurable environment variables or authentication settings. The project is released under the MIT license.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • Arxiv MCP Server logoArxiv MCP Server

    A Model Context Protocol server for searching and analyzing arXiv papers

    ๐Ÿ”Ž Search & Data Extraction3 views
    Compare vs Arxiv MCP Server โ†’
  • MCP Paperswithcode logoMCP Paperswithcode

    MCP to search through PapersWithCode API

    ๐Ÿ”Ž Search & Data Extraction3 views
    Compare vs MCP Paperswithcode โ†’
  • IlyaGusev Academia MCP logoIlyaGusev Academia MCP

    Search arXiv and ACL Anthology, retrieve citations and references, and browse web sources to accelโ€ฆ

    ๐Ÿ”Ž Search & Data Extraction2 views
    Compare vs IlyaGusev Academia MCP โ†’
  • Firecrawl MCP Server logoFirecrawl MCP Server
    Verified

    Official Firecrawl server to search the web and scrape, crawl, map, and extract structured data from any site for LLMs. Handles JS-rendered pages, PDFs, and batch jobs; hosted remote MCP with OAuth or self-host.

    ๐Ÿ”Ž Search & Data Extraction5 views
    Compare vs Firecrawl MCP Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
200
Stargazers on the source repository.
Last commit
6mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Simple Arxiv

Install it with `pip install mcp-simple-arxiv`. For Claude Desktop, configure the server to run `python -m mcp_simple_arxiv`.

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 PreviewMCP Simple Arxiv AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/andybrandt-mcp-simple-arxiv?style=directory)](https://allmcps.com/mcp/andybrandt-mcp-simple-arxiv)
HTML Embed
<a href="https://allmcps.com/mcp/andybrandt-mcp-simple-arxiv"><img src="https://allmcps.com/api/badge/andybrandt-mcp-simple-arxiv?style=directory" alt="MCP Simple Arxiv on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”ŽSearch & Data Extraction
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 3, 2026
Views4
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 stars200
GitHub Star CountTotal stargazers on GitHub representing community popularity (200 stars).
Last commit6mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Feb 19, 2026
43Quality signal: Fair ยท 43/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 & activity5/15
Community engagement1/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 18d ago via OSV.dev ยท @smithery/cli (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge 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 ๐Ÿ”Ž Search & Data Extraction โ†’Best MCP servers for Web Search & Scraping โ†’Alternatives to MCP Simple Arxiv โ†’Install in Claude DesktopInstall in CursorInstall in VS Code