papers-mcp
Scientific Research Papers MCP Server 📄
面向 AI 代理的科学文献锚定 MCP 服务器:统一搜索 arXiv、PubMed、OpenAlex、CrossRef 和 Semantic Scholar 上的 2.5 亿+ 篇学术论文。
🌐 在线文档与 Web 门户:https://papers.builditwithai.xyz
⚡ 快速入门
# 1-Line Universal Installer (Auto-configures Claude Desktop, Cursor, Claude Code, Antigravity, VS Code, Zed, Windsurf)
curl -fsSL "https://papers.builditwithai.xyz/install" | bash
# Or run directly via your preferred runtime:
uvx find-research-papers-mcp
npx -y find-research-papers-mcpRelated MCP server: Academic Paper MCP HTTP/SSE Server
🤖 客户端设置
A. Claude Code(CLI)
claude mcp add papers -- uvx find-research-papers-mcpB. Cursor 与 Google Antigravity(mcp.json)
{
"mcpServers": {
"papers": {
"command": "uvx",
"args": ["find-research-papers-mcp"]
}
}
}C. Claude Desktop(claude_desktop_config.json)
{
"mcpServers": {
"papers": {
"command": "uvx",
"args": ["find-research-papers-mcp"]
}
}
}D. VS Code(Cline / Roo Code / Continue)
{
"mcpServers": {
"papers": {
"command": "npx",
"args": ["-y", "find-research-papers-mcp"]
}
}
}🛠️ 工具与能力
工具名称 | 参数 | 描述 | 返回类型 |
|
| 跨 arXiv、PubMed、OpenAlex、CrossRef、Semantic Scholar 的统一多索引搜索。 |
|
|
| 检索论文元数据、摘要、作者、发表日期和开放获取 PDF 链接。 |
|
|
| 通过 CrossRef 获取完整参考文献列表和引用论文。 |
|
|
| 通过 OpenAlex 获取引用论文和引文图谱。 |
|
|
| 对落地页可访问性执行 HEAD 检查,并交叉核对撤稿数据库。 |
|
| (无) | 返回全部 5 个学术索引的实时状态和延迟指标。 |
|
|
| 从 GitHub 动态加载研究方法论技能。 |
|
| (无) | 列出所有可用的科学研究技能。 |
|
🔒 遥测与隐私
本包收集匿名的、非 PII 的诊断遥测数据(命令执行、延迟、错误代码),以提高工具可靠性。绝不会收集或存储任何研究查询、论文结果、个人数据、源代码或环境变量。
您可以随时通过设置以下任一环境变量来选择退出:
export DO_NOT_TRACK=1
# or
export MCP_TELEMETRY_OPT_OUT=1📄 许可证
MIT 许可证。详情请参阅 LICENSE。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server enabling AI agents to search and retrieve scientific papers, citations, and author profiles from Crossref, OpenAlex, and Semantic Scholar with no API keys required.53MIT
- AlicenseNot gradedqualityDmaintenanceA MCP server for academic literature retrieval, aggregating multiple data sources like arXiv, Crossref, OpenAlex, PubMed, and Semantic Scholar to provide search, details, citations, trends, and recommendations.4MIT
- AlicenseAqualityAmaintenanceA FastMCP server for the scholarly citation landscape that enables LLMs to search, cross-reference, and retrieve prior art across papers, patents, books, and standards via multiple APIs.222MIT
- AlicenseAqualityCmaintenanceUnified MCP server for scientific literature search and extraction, integrating databases like Scopus, OpenAlex, Semantic Scholar, and Unpaywall to enable AI agents to discover papers, track citations, and analyze content.27MIT
Related MCP Connectors
Academic research MCP server for paper search, citation checks, graphs, and deep research.
Scholarly search: OpenAlex, Crossref, arXiv, OpenCitations and PubMed in one endpoint.
Read-only MCP over an agentic SLR workspace with per-claim citation verification
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/surendranb/find-research-papers-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server