Skip to main content
Glama
sharadvc

PaperPilot

by sharadvc

PaperPilot ∢

AI 에이전트를 위한 연구 슈퍼파워. 하나의 MCP 서버로 모든 에이전트가 인용 등급 추출과 함께 arXiv + PubMed에 즉시 접근할 수 있습니다.

스크래핑 없음. 광고 없음. 무료 arXiv 및 NCBI E-utilities API를 래핑 — 백엔드 리스크 제로, 호출당 비용 제로.

실시간 검증

두 업스트림 API 모두에 대해 테스트됨 (실제 응답, 이 머신):

search_arxiv("CRISPR gene editing", 2)
→ "Primer on the Gene Ontology", Gaudet et al. — https://arxiv.org/pdf/1602.01876v1

search_pubmed("sickle cell CRISPR", 1)
→ JCO Oncol Pract. 2026 Aug 19:OP2600479 — "Translating CRISPR to Practice in the Clinic…"

Related MCP server: Research Paper Ingestion MCP Server

설치 (30초)

Python ≥ 3.10 및 mcp>=1.2,<1.10 필요 (1.9.4 검증됨).

python3.11 -m venv .venv && . .venv/bin/activate
pip install "mcp>=1.2,<1.10"

Claude / Hermes / Cursor / Codex MCP 구성에 추가:

{
  "mcpServers": {
    "paperpilot": {
      "command": "/path/to/.venv/bin/python",
      "args": ["/path/to/paperpilot/server.py"]
    }
  }
}

그런 다음 에이전트에게 물어보세요: "확산 모델을 사용한 단백질 폴딩에 관한 최근 논문을 찾아 인용해 주세요." 에이전트가 PaperPilot을 호출합니다.

도구

도구

기능

search_arxiv(query, max_results=5)

논문별 제목, 저자, PDF 링크, 요약

search_pubmed(query, max_results=5)

E-utilities를 통한 전체 인용 + 초록

cite_arxiv(arxiv_id)

단일 arXiv ID에 대한 깔끔한 인용 문자열 + PDF

요금

  • 무료 $0 — 하루 5회 호출, 두 소스 모두 (시작하기)

  • Pro $99/월 — 무제한 호출, BibTeX 내보내기, 우선 캐시

  • Team $199/월 — 에이전트 10석, 일괄 검색, 화이트 라벨 API

전체 판매 페이지는 landing/index.html을 참조하세요. Pro/Team 프로비저닝은 GitHub 이슈 또는 디스커션을 열어주세요.

왜 에이전트 네이티브인가?

에이전트 시대에 발견은 에이전트를 통해 이루어집니다. 에이전트가 찾는 대상이 승리합니다. PaperPilot은 에이전트가 연구가 필요할 때 찾는 도구가 되도록 설계되었습니다.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables LLMs to search, analyze, and summarize academic research papers in real-time from arXiv, Semantic Scholar, and PubMed. Provides automatic deduplication, citation analysis, and BibTeX generation across multiple research databases.
    52
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables searching, downloading, and analyzing academic papers from arXiv and Semantic Scholar to extract key insights and citation metrics. It facilitates autonomous knowledge acquisition by processing research findings and integrating them into persistent AI memory systems.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables agents to search, analyze, and explore arXiv academic papers with advanced multi-field search, author lookup, category browsing, citation extraction, and bibliography export.
    45
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.

  • Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs whe…

  • Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…

View all MCP Connectors

Latest Blog Posts

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/sharadvc/paperpilot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server