🧠 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": {
"arXivPaper": {
"command": "uv",
"args": [
"tool",
"run",
"arxiv-paper-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 🧠 arXiv Research Assistant MCP Server?
An MCP (Model Context Protocol) server built to interact with the arXiv.org paper database. It allows clients like Claude AI to search, explore, and compare arXiv papers via a local server, using Python and the FastMCP framework.
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 locally with arxiv-paper-mcp. For Claude, add a JSON configuration with the command uv tool run arxiv-paper-mcp.
Key features of 🧠 arXiv Research Assistant MCP Server
- Keyword-based paper search with sorting options
- Fetch latest papers by arXiv category code
- Detailed metadata lookup by arXiv ID
- Author-based paper search
- Experimental trend analysis (mock data)
- Prompt generators for summarization and comparison
Use cases of 🧠 arXiv Research Assistant MCP Server
- Search for recent papers in a specific category (e.g.,
cs.AI) - Retrieve all papers by a given author
- Look up full metadata for a known arXiv paper
- Compare two papers using a structured prompt
- Generate a summarization prompt for a selected paper
FAQ from 🧠 arXiv Research Assistant MCP Server
What are the runtime requirements?
Python 3.11+ with the uv package manager and dependencies: FastMCP, requests, and xml.etree.ElementTree.
Where does the data come from?
All paper data is fetched from the arXiv.org API in real-time.
Is the trend analysis feature based on real data?
No, it is experimental and currently uses mock data.
How do I run the server after installation?
Run the command arxiv-paper-mcp in your terminal.
Can I use this server with Claude?
Yes, configure it in Claude’s MCP settings using the JSON shown in the README.
数据与分析 分类下的更多 MCP 服务器
MCP Server for Deep Research
reading-plus-aiHubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
Google Analytics MCP Server
surendranbGoogle Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
评论