arXiv Alternative MCP. Search millions of pre-print papers by keyword or feed.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
arXiv Alternative provides direct access to millions of academic papers from the open-access arXiv archive. Use this server to search for articles by keyword, author, or category, and fetch structured metadata using OAI-PMH.
Get daily content feeds via RSS or Atom, keeping your research current without leaving your client.
What your AI agents can do
Get atom feed
Gets the daily Atom feed for a specified arXiv category, combining multiple categories with a plus sign (+).
Get rss feed
Gets the daily RSS feed for a specified arXiv category, combining multiple categories with a plus sign (+).
Oai pmh request
Makes a request to the arXiv Open Access Intermediary Metadata (OAI-PMH) interface, returning raw XML data.
Your agent searches the entire archive using the legacy API, filtering results by specific terms, authors, or subject categories.
Your agent retrieves daily content streams for a chosen arXiv category using the get_rss_feed or get_atom_feed tools.
Your agent makes a request to the OAI-PMH interface, pulling raw XML data and structured metadata for bulk analysis.
Ask AI about this MCP
Supported MCP Clients
Waiting for input…
arXiv Alternative MCP Server: 4 Tools for Academic Search
Use these tools to search for specific papers, pull continuous feeds, and harvest raw metadata from the open-access arXiv archive.
019e3867get atom feed
Gets the daily Atom feed for a specified arXiv category, combining multiple categories with a plus sign (+).
019e3867get rss feed
Gets the daily RSS feed for a specified arXiv category, combining multiple categories with a plus sign (+).
019e3867oai pmh request
Makes a request to the arXiv Open Access Intermediary Metadata (OAI-PMH) interface, returning raw XML data.
019e3867search articles
Searches the arXiv archive using the legacy Query API by providing a comma-separated list of arXiv IDs or keywords.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with arXiv Alternative, then connect any of our 4,700+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,700+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
What you can do with this MCP connector
Yo, this server connects your agent straight to the arXiv archive. You can search for papers by keywords, authors, or categories, or grab structured metadata using OAI-PMH. You'll also get daily content feeds via RSS or Atom, keeping your research current without leaving your client.
Your agent can search the whole archive using the legacy Query API, filtering results by specific terms, authors, or subject categories via search_articles. You can make a request to the arXiv Open Access Intermediary Metadata (OAI-PMH) interface, pulling raw XML data and structured metadata for bulk analysis using oai_pmh_request. You'll get daily content streams for a chosen arXiv category using get_rss_feed or get_atom_feed, and you can grab the daily Atom feed for a specified arXiv category, combining multiple categories with a plus sign (+) using get_atom_feed.
You can get the daily RSS feed for a specified arXiv category, combining multiple categories with a plus sign (+) using get_rss_feed.
How arXiv Alternative MCP Works
- 1 Subscribe to the server. If you have specialized access needs, input your arXiv credentials.
- 2 Tell your agent what you need—for example, 'Find papers on LLMs from the cs.AI category' or 'Get the latest feed for math.CO'.
- 3 The agent runs the appropriate tool (
search_articles,get_rss_feed, etc.), and you get a structured data set containing the titles, authors, and metadata.
The bottom line is, you get direct, structured access to the world's scholarly literature without building a custom API wrapper.
Who Is arXiv Alternative MCP For?
Anyone who needs to keep up with cutting-edge research—academics, data scientists, and research analysts. If your job involves reading pre-prints or tracking trends in AI/physics, this saves you hours of manual browsing and API calls.
Uses search_articles to narrow down literature reviews by specific keywords and authors, pulling metadata for immediate citation analysis.
Uses oai_pmh_request to pull raw XML data and metadata records, building custom citation graphs or tracking field trends.
Uses get_rss_feed or get_atom_feed to stay continuously updated on the newest submissions in a specific subject area (e.g., cs.AI).
What Changes When You Connect
- Find specific papers instantly. Instead of browsing category pages, use
search_articlesto query the archive directly by author, keywords, or category. - Stay current with zero effort. Use
get_rss_feedorget_atom_feedto automatically pull the latest submissions for a domain (likecs.AI) into your workflow. - Go deep on data structure. Use
oai_pmh_requestto grab raw XML and metadata, which is essential when you need to process the data yourself, not just read it. - Manage your research pipeline. Your agent combines these tools to perform multi-step tasks: search for a paper, then use
oai_pmh_requestto validate its metadata, and finally log the result. - Eliminate manual API calls. The MCP server wraps the complex arXiv API, letting your agent use simple, reliable function calls instead of managing complex HTTP requests.
- Speed up literature reviews. By letting your agent manage the data fetching, you cut down the time spent moving between search engines and metadata viewers.
Real-World Use Cases
Tracking a research niche's activity
A student needs to know what's new in quantum computing. Instead of checking multiple sub-categories, they prompt their agent to run get_atom_feed for the relevant math/physics categories. The agent aggregates the 10 latest papers, providing a concise, current list for the student.
Building a citation database
A data scientist needs a dataset of all recent papers mentioning 'Transformer architecture'. They ask the agent to run search_articles with 'Transformer' as the keyword. Then, they use oai_pmh_request to grab the full metadata for the top 50 results, structuring the data for a database build.
Monitoring a core field's submissions
A corporate R&D team wants a daily digest of submissions in the AI field. They use get_rss_feed for the cs.AI category. The agent runs this every morning, sending a clean list of titles and links, ensuring no new submissions are missed.
Cross-referencing specific academic works
A researcher has 15 specific paper IDs. They use the agent to run search_articles with the comma-separated list of IDs. This instantly verifies the existence and retrieves the core metadata for all 15 papers in one go.
The Tradeoffs
Sequential manual API calls
Manually visiting the arXiv website, running a search, then going to the API documentation to find the correct query parameters for the oai_pmh_request endpoint, and finally writing the code to handle the XML output.
→
Let your agent handle it. Prompt your agent: 'Search for papers on LLMs and get the full metadata.' The agent executes search_articles and oai_pmh_request in sequence, delivering the structured data directly to your client.
Missing the right feed type
Only checking the main arXiv website homepage for updates, which only shows a small, curated sample of the millions of available papers.
→
Use get_rss_feed or get_atom_feed. These tools pull the actual daily content stream for a specific category, ensuring you see everything that was submitted that day.
Treating the archive like a simple database
Assuming you can search by a vague concept or general topic without knowing the exact arXiv category ID, leading to zero results or irrelevant data.
→
Use search_articles with precise keywords, or use the feed tools (get_rss_feed, get_atom_feed) which are designed to monitor known, specific categories.
When It Fits, When It Doesn't
Use this server if your workflow requires programmatic access to academic pre-print data—meaning you need to process, store, or compare metadata from multiple sources. You must be able to define a search query (using search_articles) or a specific content category (using get_rss_feed or get_atom_feed).
Don't use this if you just need to read a paper summary or find a single link. For those simple tasks, a web search is enough. If your goal is to build a data pipeline, analyze trends, or automate literature reviews, this is the tool. If you need data from a proprietary system (like a company CRM or a specific journal database), this server won't help—you'll need a different type of API connector.
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by arXiv. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 4 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Available Capabilities
Sifting through academic archives is a tedious, click-heavy process.
Today, finding a comprehensive set of papers requires bouncing between the arXiv website, the specialized API documentation, and various code playgrounds. You run a keyword search, copy the results, and then manually decide which API endpoint to hit next to grab the full metadata, often involving wrestling with raw XML formats.
With the arXiv Alternative MCP Server, you just ask your agent to 'Get all papers on quantum machine learning.' It handles the search and the metadata harvesting (`search_articles` and `oai_pmh_request`) and delivers a clean, structured data set right to your client. No copy-pasting, no API guesswork.
The arXiv Alternative MCP Server: Structured Data Retrieval
The biggest time sink is managing the data format. You're not just getting titles; you're getting the raw, structured record set needed for serious analysis. The agent runs `oai_pmh_request` to pull that clean, machine-readable XML, which is critical for any data pipeline.
The result is a reliable, standardized data stream. You're not just viewing literature; you're feeding a machine learning model or populating a database. That's the difference.
Common Questions About arXiv Alternative MCP
How do I search for papers using the `search_articles` tool? +
You provide keywords, authors, or a list of arXiv IDs as a comma-separated string. The tool runs the legacy Query API to pull results directly.
What is the difference between `get_rss_feed` and `get_atom_feed`? +
Both tools pull daily content streams for a category. RSS and Atom are standard feed formats, allowing you to monitor updates for specific topics like cs.AI.
Can the `oai_pmh_request` tool help with deep data analysis? +
Yes. This tool hits the OAI-PMH interface and returns raw XML. This raw data is necessary for advanced metadata harvesting and building structured datasets.
Do I need to manually provide credentials for `get_rss_feed`? +
Usually, no. The tool fetches public feeds for specified categories. Only provide credentials if you require specialized, restricted access.
How do I use `oai_pmh_request` to check what metadata formats are available? +
You pass a list of desired formats to the oai_pmh_request tool. This allows you to query the OAI-PMH interface and see which metadata types, like 'oai_dc' or 'arXiv', are supported for record harvesting.
Can I use `search_articles` to find papers across multiple research domains? +
Yes, you can include multiple categories or keywords in your search query for search_articles. Just make sure your keywords are specific to the domains you are interested in, like 'cs.AI' or 'math.PR'.
What happens if I get too many requests using `get_rss_feed`? +
If you hit rate limits while using get_rss_feed, your agent will receive an error code. You should then wait a period and retry the request, perhaps staggering your calls across different categories.
Does the `get_atom_feed` tool support combining different arXiv categories? +
Yes, the get_atom_feed tool supports combining multiple categories by joining them with a plus sign (+). This lets you get a single feed for several related scientific areas.
How can I search for papers by a specific author? +
Use the search_articles tool and include the author prefix in the search_query parameter, for example: au:Einstein.
Can I get the latest daily updates for a specific category like AI? +
Yes! Use the get_rss_feed or get_atom_feed tools with the category code (e.g., cs.AI for Artificial Intelligence).
Is it possible to fetch metadata for a specific list of arXiv IDs? +
Absolutely. Use the search_articles tool and provide the IDs as a comma-separated string in the id_list parameter.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
More in this category
FRED Series — U.S. Economic Time Series
Search and retrieve data from 816,000+ official U.S. economic time series: GDP, inflation, unemployment, interest rates, money supply — with built-in transformations, frequency aggregation, and vintage analysis.
Open-Meteo Climate & Ensemble
Project the future of our planet: IPCC climate simulations to 2100, multi-model ensemble forecasts, and long-term temperature trends — the data backbone for ESG and climate policy AI.
OpenSky Network
Track real-time flights, view aircraft states, and get airport arrivals/departures via OpenSky API.
You might also like
Clipboard History Searcher
Search through your exported clipboard history (Ditto, CopyQ, Maccy) with AI. Find that URL, phone number, or code snippet you copied days ago.
OpenExchangeAPI
Retrive real-time exchange rates — audit currency data and conversions via AI.
Harvard Art Museums Alternative
Explore the Harvard Art Museums' vast collection — search over 250,000 objects, research artists, and browse exhibitions directly via AI.