
ArXiv Paper MCP
Provides paper search, PDF link retrieval, and content parsing for arXiv research papers, enabling seamless access to scientific literature through the Model Context Protocol.
README
ArXiv Paper MCP
一个基于 arXiv 的论文检索与内容解析工具。支持 Model Context Protocol (MCP) 标准,提供论文搜索、PDF链接获取和内容解析功能。
功能特性
- 🔍 arXiv 论文智能搜索:关键词检索,快速定位你关心的论文
- 🔗 获取 PDF 下载链接:获取 arXiv 论文的直接 PDF 下载链接
- 📄 论文内容解析:智能解析论文内容,优先使用 HTML 版本,回退到 PDF
- 🆕 AI领域最新论文:获取 arXiv AI 领域今日最新更新论文列表
安装使用
NPX 方式(推荐)
npx @langgpt/arxiv-paper-mcp
全局安装
npm install -g @langgpt/arxiv-paper-mcp
arxiv-paper-mcp
MCP 客户端配置
Claude Desktop 配置
在 Claude Desktop 的配置文件中添加:
{
"mcpServers": {
"arxiv-paper-mcp": {
"command": "npx",
"args": ["-y", "@langgpt/arxiv-paper-mcp@latest"]
}
}
}
配置文件位置:
- 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)
开发指南
本地开发
# 克隆项目
git clone https://github.com/yzfly/arxiv-paper-mcp.git
cd arxiv-paper-mcp
# 安装依赖
npm install
# 开发模式运行
npm run dev
# 构建
npm run build
# 运行构建版本
npm start
项目结构
arxiv-paper-mcp/
├── src/
│ └── index.ts # 主服务器文件
├── build/ # 编译输出目录
├── package.json # 项目配置
├── tsconfig.json # TypeScript 配置
├── README.md # 项目说明
└── LICENSE # 许可证
技术栈
- Node.js >= 18.0.0
- TypeScript - 类型安全的JavaScript
- Model Context Protocol - 标准化的AI上下文协议
- arXiv API - 学术论文数据源
故障排除
常见问题
-
论文搜索失败
错误:搜索失败 解决:检查网络连接,确保搜索关键词正确
-
PDF解析失败
错误:PDF 解析失败 解决:检查 arXiv ID 是否正确,确保论文存在
日志调试
启用详细日志:
DEBUG=arxiv-paper-mcp npx @langgpt/arxiv-paper-mcp
贡献指南
欢迎贡献代码!请遵循以下步骤:
- 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
相关链接
支持
如果您觉得这个项目有用,请给它一个 ⭐!
如有问题或建议,请通过以下方式联系:
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.