arxiv-query-mcp
Search and retrieve papers from arXiv, including metadata (abstract, authors, categories, DOI, links), browse by category, and fetch paper text.
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-query-mcpsearch for papers on reinforcement learning"
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-query-mcp
An MCP (Model Context Protocol) server that gives AI assistants direct access to arXiv. Search papers, retrieve full metadata, browse categories, and read paper text.
Table of Contents
Related MCP server: arXiv MCP Server
Features
Search arXiv — Full query syntax support with title, author, abstract, and category filters
Get paper metadata — Retrieve complete details for any paper by ID (abstract, authors, categories, DOI, links)
Browse by category — List recent papers in specific subject areas (ML, AI, NLP, Computer Vision, etc.)
Read paper text — Fetch HTML-rendered paper content or fallback to abstracts with links
Flexible formatting — Response support for both markdown (human-readable) and JSON (programmatic)
Pagination — Handle large result sets with configurable limits and offsets
Installation
Prerequisites
Python 3.11or laterDependencies
mcp[cli]>=1.0.0,httpx>=0.27.0,pydantic>=2.0.0(see pyproject.toml) (project usespoetryfor dependency management)
Install from PyPI
pip install arxiv-query-mcpBuild from Source
git clone https://github.com/LWaetzig/google-scholar-mcp.git
cd google-scholar-mcp
pip install -e .Usage
Detailed documentation about single tools can be found here
Integration with Claude Desktop
Add the server to your Claude Desktop configuration:
Platform | Path |
macOS |
|
Windows |
|
Add the arxiv entry under mcpServers, replacing the path with the absolute path to your clone:
{
"mcpServers": {
"arxiv": {
"command": "python",
"args": ["-m", "arxiv-query-mcp"]
}
}
}Restart Claude Desktop. You should see the arxiv tools available in the tool picker.
Integration with Other MCP Clients
Any MCP client (e.g., Cline, Continue, or custom tools) can use this server. Configure the connection to:
Command: python -m arxiv-query-mcp.server
Transport: stdioContributing
Contributions are welcome! Please:
Fork the repository
Create a feature branch (
git checkout -b feature/your-feature)Commit your changes with clear messages
Push to your fork
Open a pull request
Support
For issues, questions, or feature requests, please open an issue on GitHub.
License
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
- AlicenseBquality-maintenanceEnables AI assistants to search and retrieve academic papers from arXiv through MCP tools, supporting search by various criteria, detailed paper information, category browsing, and PDF content extraction.41492
- AlicenseAqualityBmaintenanceEnables searching and retrieving academic papers from arXiv with support for advanced filtering by author, category, and date, plus full paper content extraction.614MIT
- Alicense-qualityCmaintenanceEnables agents to search, analyze, and explore arXiv academic papers with advanced multi-field search, author lookup, category browsing, citation extraction, and bibliography export.45Apache 2.0
- Alicense-qualityCmaintenanceEnables AI assistants to discover and manage arXiv papers by searching for papers, extracting metadata, and browsing saved collections, all within the conversation.1MIT
Related MCP Connectors
Search arXiv, fetch paper metadata, and read full-text content.
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Search arXiv and ACL Anthology, retrieve citations and references, and browse web sources to accel…
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/LWaetzig/arxiv-query-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server