🧠 arXiv Research Assistant MCP Server
@daheepk
关于 🧠 arXiv Research Assistant MCP Server
This project is an arXiv paper retrieval and search service implemented through a custom MCP (Multi-Capability Provider) framework. It provides a server-side implementation to fetch, search, and analyze academic papers from arXiv.org.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"arxiv-mcp-server-daheepk": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is arXiv Research Assistant MCP Server?
An MCP (Model Context Protocol) server that interacts with the arXiv.org paper database, built with Python and the FastMCP framework. It allows clients like Claude AI to search, explore, and compare arXiv papers efficiently through a local server.
How to use arXiv Research Assistant MCP Server?
Install via Smithery (npx -y @smithery/cli install arxiv-paper-mcp --client claude) or from PyPI (uv pip install arxiv-paper-mcp). Run the server locally with arxiv-paper-mcp. For Claude integration, add the provided JSON configuration to Claude's MCP settings.
Key features of arXiv Research Assistant MCP Server
- Keyword-based paper search with sort by relevance or date
- Fetch latest papers by arXiv category code
- Paper details lookup: title, authors, abstract, DOI, PDF link
- Author-based paper search
- Experimental trend analysis for a category
- Prompt generators for summarization and paper comparison
Use cases of arXiv Research Assistant MCP Server
- Search for papers on a specific topic using keywords
- Monitor the most recent publications in a chosen field
- Retrieve detailed metadata for a known paper ID
- Find all papers published by a particular author
- Generate structured prompts to summarize or compare papers
FAQ from arXiv Research Assistant MCP Server
—
数据与分析 分类下的更多 MCP 服务器
🪐✨ Jupyter MCP Server
datalayer🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
Bright Data MCP
brightdata-comA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
MCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
评论