Description
A Python-based MCP server implementation that provides comprehensive access to arXiv's academic paper repository through a rich set of tools for searching, analyzing, and managing research papers. Built with asyncio and httpx for efficient API interactions, it offers advanced features including author and category-based searches, trend analysis, citation estimation, related paper discovery, and multi-format export capabilities (BibTeX, JSON, CSV, Markdown). The implementation includes sophisticated analyzers for research trends, keyword frequency analysis, and paper comparison tools, making it valuable for researchers, academics, and AI assistants who need to explore scientific literature, track research developments, or compile bibliographies without manually navigating arXiv's interface.
🔬 Playground
Try arXiv live in the browser with security context.
Installation
git clone https://github.com/anuj0456/arxiv-mcp-server Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"arxiv": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
} Community Reviews
Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.
No reviews yet. Be the first to share your experience.