ScholarXIV MCP Server

MCP to access ScholarXIV

Documentation

For the complete documentation index, see llms.txt.


title: 'Developer Platform' description: 'Papers API access powered by your ScholarXIV subscription. Create keys, test in the dashboard, and search millions of papers.' related:

  • dashboard
  • papers-api
  • papers-api/authentication

Developer Platform

Access the Papers API using the same subscription that powers your account.

Your plan (Free, Plus, or Pro) directly controls API key quotas and rate limits. Higher plans unlock more keys and significantly higher hourly throughput.

Subscriptions & Limits

Your plan (Free, Plus, or Pro) controls API key quotas, hourly rate limits, and maximum results per request. Limits are evaluated live from your current subscription on every call.

See the dedicated Rate Limits & Quotas page for the full table, rolling window details, and what happens on plan changes or downgrades.

Products

ProductStatusPrimary Use
Papers APIAvailableSearch and retrieve structured paper metadata
ScholarXIV MCPAvailableAgent and tool integrations
Abstract ModelComing soonAcademic writing assistance

Quick Start

  1. Log in to ScholarXIV.
  2. (Recommended) Subscribe to Plus or Pro via Pricing.
  3. Go to the Developer Dashboard.
  4. Create an API key (it starts with sxv_ — copy it immediately, it is shown only once).
  5. Call the API (see full examples on the Code Examples page).

Base URL: https://scholarxiv.com

Minimal cURL example:

curl "https://scholarxiv.com/api/v1/papers/search?q=large+language+models&limit=5" \
  -H "Authorization: Bearer sxv_your_key_here"

Next Steps

[!NOTE] All examples target production at https://scholarxiv.com. Replace the host when testing locally.

Sitemap

See the full sitemap for all pages. Docs-scoped sitemap: /docs/sitemap.md. Well-known sitemap: /.well-known/sitemap.md.