How to Use the arXiv MCP in Claude Code
Pipe arXiv's 2.5M+ papers directly into your shell scripts and CI/CD pipelines with Claude Code. No browser, just pure automation.
Works with every AI agent you already use
…and any MCP-compatible client
Connect arXiv MCP to Claude Code
Create your Vinkius account to connect arXiv to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Search arXiv from the Command Line
The `search_arxiv` tool is built for automation, not browsing. It lets you query arXiv and get back structured JSON, perfect for the terminal. Pipe the output directly to tools like `jq` or `awk` to extract exactly what you need. A command like `claude mcp arxiv-mcp search_arxiv --query "cat:cs.LG" | jq '.[0].pdf_link'` instantly gives you the URL for the latest machine learning paper. It's raw data, ready for your scripts.
Get Paper Details in Any Shell Script
With the `get_arxiv_paper` tool, you can fetch full paper details using just an ID. This is ideal for scripting. Have a text file full of paper IDs? A simple `for` loop in your shell can call this tool for each one. You can log abstracts, check for new paper versions, or trigger alerts based on specific authors or keywords. This turns arXiv into a programmable data source you control from your terminal.
Build Automated Workflows with this MCP Server
Connect Claude Code to this MCP Server to integrate arXiv into your automated systems. Set up a cron job that runs every morning to check for new papers from your team and posts the titles to a chat channel. Or, create a GitHub Action that uses `get_arxiv_paper` to validate a list of cited paper IDs in your documentation. With Claude Code, arXiv stops being a website and becomes another API endpoint in your CI/CD toolchain.
Set up arXiv MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seearxiv-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest arXiv transactions." It will automatically discover and invoke the available arXiv tools.
claude mcp add --transport http arxiv-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about arXiv MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the arXiv MCP today
We host it, we monitor it, we maintain it. You just paste one token.