
Arxiv Mcp Server
Pull arXiv paper metadata and full-text snippets into agent sessions while exploring ML, security, or systems ideas.
Overview
io.github.cyanheads/arxiv-mcp-server is a MCP server for the Idea phase that searches arXiv, fetches paper metadata, and reads full-text content for agent-driven research.
What is this MCP server?
- Search arXiv and fetch paper metadata from the agent
- Read full-text content with configurable timeouts and request pacing
- Remote streamable-http at https://arxiv.caseyjhand.com/mcp or local stdio via npm
- ARXIV_REQUEST_DELAY_MS default 3000 ms between API calls
- ARXIV_API_BASE_URL default https://export.arxiv.org/api
- Package version 1.2.9
- Default ARXIV_REQUEST_DELAY_MS 3000
- Default ARXIV_CONTENT_TIMEOUT_MS 30000
Community signal: 1 GitHub stars.
What problem does it solve?
Copy-pasting arXiv IDs and PDFs into chat breaks flow when you need fast, citeable paper context while exploring what to build.
Who is it for?
Technical solos building AI tools, devtools, or research-heavy content who need arXiv grounded in the IDE.
Skip if: Teams that only need paywalled journal access without arXiv coverage or builders avoiding external API rate limits entirely offline.
What do I get? / Deliverables
After registration, your agent returns searchable arXiv results and readable paper content you can ground features, docs, and validation notes on.
- arXiv search hit lists inside agent threads
- Paper metadata and full-text excerpts for specs and notes
- Configured stdio or remote MCP connection
Recommended MCP Servers
Journey fit
Literature review and paper grounding belong in idea-phase research before you lock scope for an AI or technical product. Research subphase is where arXiv search, metadata fetch, and full-text reads support discovery and competitor scanning in academia.
How it compares
arXiv-specific MCP integration, not a generic academic paywall browser skill.
Common Questions / FAQ
Who is arxiv-mcp-server for?
Indie builders and researchers using MCP agents who want arXiv search and full-text without manual export.arxiv.org browsing.
When should I use arxiv-mcp-server?
Use it during idea and validate research when comparing papers, drafting tech rationale, or scoping ML features before implementation.
How do I add arxiv-mcp-server to my agent?
Either add the remote url https://arxiv.caseyjhand.com/mcp or install @cyanheads/arxiv-mcp-server with bun and start:stdio, optionally setting ARXIV_API_BASE_URL and ARXIV_REQUEST_DELAY_MS.