MCP.so
Sign In

ArXiv with Author Graph — hosted on Cloudflare Workers (HTTP + npm stdio)

@guptaprakhariitr

About ArXiv with Author Graph — hosted on Cloudflare Workers (HTTP + npm stdio)

MCP server for arxiv-mcp — see README

Basic information

Category

Data & Analytics

License

NOASSERTION

Runtime

node

Publisher

guptaprakhariitr

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "arxiv-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@insnapsprakhar/arxiv-mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is ArXiv with Author Graph — hosted on Cloudflare Workers (HTTP + npm stdio)?

This server provides arXiv preprint search, paper metadata, daily category digest, and author collaboration graph via the Model Context Protocol (MCP). It is hosted on Cloudflare Workers and designed for research assistants, literature-review agents, and academic-discovery LLMs.

How to use ArXiv with Author Graph — hosted on Cloudflare Workers (HTTP + npm stdio)?

Connect any MCP‑aware client to the hosted endpoint https://arxiv-mcp.atlasword.workers.dev/mcp using a Bearer API key. A quick start uses npx -y mcp-remote with the endpoint and --header for authentication, or the npm launcher npx -y @insnapsprakhar/arxiv-mcp. For Cursor and Claude Desktop, add the appropriate JSON configuration to their MCP settings files.

Key features of ArXiv with Author Graph — hosted on Cloudflare Workers (HTTP + npm stdio)

  • Search arXiv by free-text, author, or category.
  • Retrieve paper metadata and abstract by ID.
  • Generate daily category digest of recent submissions.
  • Build author-collaborator graph up to N hops.
  • Hosted on Cloudflare Workers, accessible via HTTP.
  • Bearer token authentication with free tier.

Use cases of ArXiv with Author Graph — hosted on Cloudflare Workers (HTTP + npm stdio)

  • A research assistant quickly finds recent papers in machine learning.
  • An LLM agent retrieves full metadata of a specific arXiv paper.
  • A literature reviewer gets a daily summary of new submissions in a category.
  • A collaborator graph helps discover co-author networks for a given author.

FAQ from ArXiv with Author Graph — hosted on Cloudflare Workers (HTTP + npm stdio)

Comments

More Data & Analytics MCP servers