Install
# CLI install
npm install -g @fre4x/arxiv
MCP client config
{
"command": "npx",
"args": ["-y", "@fre4x/arxiv"],
"env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}
Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.
Make it paid
This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.
// Node — npm install spawnpay-paywall import { paywall } from 'spawnpay-paywall'; const myTool = paywall( { price: 0.005, vendor: 'SP_yourCode' }, originalToolFn );
About
- Package
- @fre4x/arxiv
- Version
- 1.1.0
- Author
- fritzprix
- Published
- 2026-05-17
- Keywords
- mcp, arxiv, mcp-server, research, papers, ai
Related MCPs
-
paid-arxiv-summary-mcp · $0.005/Arxiv recent-papers digestPaid MCP, agents pay $0.005 USDC per Arxiv recent-papers digest via spawnpay-paywall
-
MCP server for arXiv academic paper search, metadata retrieval, and full-text reading.
-
paid-arxiv-mcp · $0.003/arxiv searchPaid MCP, agents pay $0.003 USDC per arxiv search via spawnpay-paywall
-
paid-research-mcp · $0.005/research bundle (Wikipedia summary + HN discussions, combined)Paid MCP, agents pay $0.005 USDC per research bundle (Wikipedia summary + HN discussions, combined) via spawnpay-paywall