Arxiv Mcp Server
About
MCP server for arXiv.org - Search, analyze, and export academic papers with AI assistants. Features advanced paper discovery, citation analysis, trend tracking, and multi-format exports.
Details
- Author
- anuj0456
- GitHub stars
- 19
- Downloads
- 447
- Categories
- Search
Jump to
- Paper search by keywords, authors, titles, and categories
- Retrieve detailed metadata for specific arXiv papers
- Generate formatted paper summaries with key information
- Compare multiple papers side-by-side
- Discover related papers using intelligent matching
- Analyze research trends (publication counts, top authors, keyword frequency)
- Export papers in BibTeX, JSON, CSV, and Markdown formats
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 Mcp ServerCommand (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
Install dependencies (mcp, httpx) via Poetry or pip, then run the provided Python client. Use the ArxivMCPClient class to connect to the MCP server and call methods like search_papers(), get_paper_details(), or analyze_trends().
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"arxiv mcp server": {
"arxiv-mcp-server-anuj0456": {
"command": "python",
"args": [
"arxiv_mcp_client.py"
]
}
}
}
}
McpServers
{
"arxiv-mcp-server-anuj0456": {
"command": "python",
"args": [
"arxiv_mcp_client.py"
]
}
}
arXiv MCP Server Client
A comprehensive Model Context Protocol (MCP) implementation for interacting with arXiv.org, enabling AI assistants to search, retrieve, analyze, and export academic papers seamlessly.
🚀 Features
Core Functionality
- Paper Search: Advanced search with keywords, authors, titles, and categories - Paper Retrieval: Get detailed metadata for specific arXiv papers - Smart Summaries: Generate formatted paper summaries with key informationAdvanced Tools
- Author Search: Find all papers by specific researchers - Category Browsing: Explore papers in specific arXiv categories (cs.AI, cs.LG, etc.) - Recent Papers: Get latest publications with customizable time ranges - Paper Comparison: Side-by-side analysis of multiple papers - Related Papers: Discover papers related to a given work using intelligent matching - Citation Analysis: Estimated citation metrics and impact analysis - Trend Analysis: Research trend analysis with publication counts, top authors, and keyword frequency - Multi-format Export: Export papers in BibTeX, JSON, CSV, and Markdown formats📦 Installation
Using Poetry (Recommended)
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

