papers-mcp
Scientific Research Papers MCP Server 📄
AI 에이전트를 위한 과학 문헌 기반 MCP 서버: arXiv, PubMed, OpenAlex, CrossRef, Semantic Scholar에서 250M+ 학술 논문을 통합 검색합니다.
🌐 라이브 문서 및 웹 포털: 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