Provides paper search functionality, PDF download links retrieval, and content parsing from arXiv. Includes capabilities to search for papers using keywords, get the latest AI papers, and analyze paper content with intelligent parsing.
Supports project management through GitHub Issues and GitHub Discussions for tracking problems and facilitating community discussions.
Built for Node.js runtime with version requirements (≥ 18.0.0) for executing the MCP server.
Implemented with TypeScript for type-safe development of the MCP server.
ArXiv Paper MCP
一个基于 arXiv 的论文检索与内容解析工具。支持 Model Context Protocol (MCP) 标准,提供论文搜索、PDF链接获取和内容解析功能。
功能特性
- 🔍 arXiv 论文智能搜索:关键词检索,快速定位你关心的论文
- 🔗 获取 PDF 下载链接:获取 arXiv 论文的直接 PDF 下载链接
- 📄 论文内容解析:智能解析论文内容,优先使用 HTML 版本,回退到 PDF
- 🆕 AI领域最新论文:获取 arXiv AI 领域今日最新更新论文列表
安装使用
NPX 方式(推荐)
全局安装
MCP 客户端配置
Claude Desktop 配置
在 Claude Desktop 的配置文件中添加:
配置文件位置:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
其他 MCP 客户端
对于其他支持 MCP 的客户端,请参考其文档配置 stdio 传输方式。
可用工具与参数
1. 搜索论文
- 工具名:
search_arxiv
- 参数:
query
:搜索关键词maxResults
:返回论文数(可选,默认 5)
2. 获取PDF下载链接
- 工具名:
get_arxiv_pdf_url
- 参数:
input
:arXiv 论文 URL 或 arXiv ID(如:2403.15137v1)
3. 解析论文内容
- 工具名:
parse_paper_content
- 参数:
input
:arXiv 论文 URL 或 arXiv IDpaperInfo
:论文元信息(可选,用于添加论文元数据)
4. 获取AI领域最新论文
- 工具名:
get_recent_ai_papers
- 参数: 无
使用流程示例
- 搜索论文
使用
search_arxiv
工具搜索相关论文 - 获取最新AI论文
用
get_recent_ai_papers
工具获取今日最新AI领域论文 - 获取PDF链接
用
get_arxiv_pdf_url
工具获取PDF下载链接 - 解析论文内容
用
parse_paper_content
工具获取论文的文本内容(优先 HTML,回退 PDF)
开发指南
本地开发
项目结构
技术栈
- Node.js >= 18.0.0
- TypeScript - 类型安全的JavaScript
- Model Context Protocol - 标准化的AI上下文协议
- arXiv API - 学术论文数据源
故障排除
常见问题
- 论文搜索失败
- PDF解析失败
日志调试
启用详细日志:
贡献指南
欢迎贡献代码!请遵循以下步骤:
- Fork 本项目
- 创建特性分支:
git checkout -b feature/amazing-feature
- 提交更改:
git commit -m 'Add amazing feature'
- 推送分支:
git push origin feature/amazing-feature
- 创建 Pull Request
许可证
本项目采用 MIT 许可证。详情请见 LICENSE 文件。
作者信息
- 作者: yzfly
- 邮箱: yz.liu.me@gmail.com
- GitHub: https://github.com/yzfly
相关链接
支持
如果您觉得这个项目有用,请给它一个 ⭐!
如有问题或建议,请通过以下方式联系:
- 📧 邮箱:yz.liu.me@gmail.com
- 🐛 GitHub Issues:项目问题追踪
- 💬 GitHub Discussions:项目讨论区
This server cannot be installed
Provides paper search, PDF link retrieval, and content parsing for arXiv research papers, enabling seamless access to scientific literature through the Model Context Protocol.
Related MCP Servers
- AsecurityAlicenseAqualityEnables AI assistants to search and access arXiv research papers through a simple Message Control Protocol interface, allowing for paper search, download, listing, and reading capabilities.Last updated -41PythonApache 2.0
- -securityAlicense-qualityEnables AI assistants to search, download, and read arXiv research papers through a Message Control Protocol interface, with support for paper filtering and local storage.Last updated -Apache 2.0
- -securityAlicense-qualityA bridge between AI assistants and ArXiv's research repository that enables searching, downloading, and reading academic papers through the Message Control Protocol.Last updated -PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI agents to search, retrieve, and analyze academic papers from arXiv, supporting features like keyword search, paper details retrieval, content extraction, and paper analysis.Last updated -PythonMIT License