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

by guptaprakhariitr

162 downloads
Not rated
GitHub Website

About

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.

Details

Author
guptaprakhariitr
Downloads
162
Categories
Search

- 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.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ArXiv with Author Graph — hosted on Cloudflare Workers (HTTP + npm stdio)
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "arxiv with author graph \u2014 hosted on cloudflare workers (http + npm stdio)": {
            "arxiv-mcp": {
                "command": "npx",
                "args": [
                    "-y",
                    "@insnapsprakhar/arxiv-mcp"
                ]
            }
        }
    }
}

McpServers

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

Author

Prakhar Gupta
- Email: prakshatechnologies@gmail.com
- GitHub: @guptaprakhariitr

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.