ArXiv with Author Graph — hosted on Cloudflare Workers (HTTP + npm stdio)
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
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.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

