MCP.so
登录

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

@guptaprakhariitr

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

MCP server for arxiv-mcp — see README

基本信息

分类

数据与分析

许可证

NOASSERTION

运行时

node

发布者

guptaprakhariitr

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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)

评论

数据与分析 分类下的更多 MCP 服务器