★ 13 stars
Python
🤖 AI/LLM
Updated 1mo ago
arXiv MCP Server Client 🐙 enables AI assistants to search, retrieve, analyze, and summarize arXiv papers with features like author/category browsing, trends, and citation insights.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"arxiv-mcp-server": {
"command": "uvx",
"args": [
"arxiv-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add arxiv-mcp-server uvx arxiv-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"arxiv-mcp-server": {
"command": "uvx",
"args": [
"arxiv-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install arxiv-mcp-server
Topics
academic-papers academic-research ai ai-assistant claude-ai claude-desktop cursor-ai deno gpt latex llm mcp mcp-server model-context-protocol openalex