Discover the latest arXiv papers by category and keyword. Control how many results you get to spee…
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ai-smithery-shoumikdc-arxiv-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education / search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for ai.smithery/shoumikdc-arxiv-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.
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:
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.
Run the server:
uv run dev
Test interactively:
uv run playground
Your server code is in src/hello_server/server.py.
The server capabilities can be modified there.
This code can be deployed by pushing to GitHub and then deploying via smithery.ai/new