- Home
- MCP servers
- ArXiv
ArXiv
- python
12
GitHub Stars
python
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"daheepk-arxiv-paper-mcp": {
"command": "uv",
"args": [
"tool",
"run",
"arxiv-paper-mcp"
]
}
}
}Available tools
search_papers
Keyword-based paper search with options to sort by relevance or recency.
latest_by_category
Fetch latest papers by a specified arXiv category code (e.g., cs.AI, math.AP).
paper_details
Retrieve detailed metadata for a paper by its arXiv ID, including title, authors, abstract, categories, DOI, and PDF link.
author_papers
List papers published by a specific author.
trend_analysis
Experimental feature to summarize trending keywords/topics from recent papers in a category.
summarize_prompt
Generate prompts to help large language models summarize a chosen paper effectively.
compare_prompt
Generate a structured prompt to compare two papers by their IDs.