arXiv MCP Server
Enables querying and discovering arXiv papers by fetching daily submissions by category, searching papers by keyword, and retrieving structured metadata including titles, authors, summaries, links, and publication dates.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@arXiv MCP Serverfind recent papers on quantum machine learning in cs.LG"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: arXiv MCP Server
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 categoryquant-ph. Then curate a list of papers related to quantum computing.LLM (using arXiv-mcp):
Callsfetch_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):
Callskeyword_search_arxiv_rss(category="quant-ph", keyword="fluxonium qubits")
Returns a list of filtered papers whose title or abstract matches the keyword.
Getting Started
Run the server:
uv run devTest interactively:
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables searching, retrieving, and parsing academic papers from arXiv, including keyword search, PDF downloads, content extraction from HTML/PDF formats, and accessing the latest AI research papers.Last updated414MIT
- AlicenseBqualityDmaintenanceEnables searching and retrieving academic papers from arXiv by various criteria including title, author, and category, with support for extracting full text content from PDFs.Last updated4MIT
- Flicense-qualityDmaintenanceEnables searching and retrieving academic papers from arXiv by topic, allowing users to discover research papers and extract their metadata including titles, authors, abstracts, and PDF links through natural language queries.Last updated
- AlicenseBqualityDmaintenanceEnables searching academic papers on arXiv and retrieving detailed information such as title, authors, summary, and PDF link.Last updated17MIT
Related MCP Connectors
Search arXiv, fetch paper metadata, and read full-text content.
Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs whe…
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shoumikdc/arXiv-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server