Skip to main content
Glama
desci-labs

SciWeave MCP Server

Official
by desci-labs

SciWeave MCP 서버

Claude, ChatGPT, Cursor, Windsurf를 3억 개의 과학 저작물에 접속시켜 주세요 — 모든 인용은 검증 가능한 DOI로 연결됩니다.

API 키 받기 MCP 레지스트리

엔드포인트: https://mcp.sciweave.com/mcp · 전송 방식: Streamable HTTP · 인증: mcp.sciweave.com에서 발급받은 API 키 (시작 시 50크레딧 무료)


🚀 설치

Claude Code (CLI)

claude mcp add --transport http sciweave https://mcp.sciweave.com/mcp

첫 사용 시 Claude Code가 OAuth 흐름을 실행하고 사용자의 SciWeave API 키를 요청합니다. 헤드리스/CI 환경에서는 토큰을 직접 전달하세요:

claude mcp add --transport http sciweave https://mcp.sciweave.com/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"

Claude.ai (웹)

  1. 아바타 클릭 → SettingsConnectorsAdd custom connector

  2. URL: https://mcp.sciweave.com/mcp

  3. Authorization Token: SciWeave API 키를 붙여넣기

  4. Save 클릭 — 새 채팅에서 바로 연구 질문 시작

Cursor / Windsurf / Claude Desktop

MCP 설정 파일에 추가하세요 (~/.cursor/mcp.json, ~/.codeium/windsurf/mcp_config.json, 또는 claude_desktop_config.json):

{
  "mcpServers": {
    "sciweave": {
      "type": "http",
      "url": "https://mcp.sciweave.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

ChatGPT

https://mcp.sciweave.com/mcp를 커스텀 GPT나 OpenAI Apps SDK에서 원격 MCP 서버로 추가하고, Authorization: Bearer YOUR_API_KEY 헤더를 포함하세요.

아직 API 키가 없으신가요? mcp.sciweave.com 에서 무료로 받으세요 — 새 계정에는 50 크레딧이 무료로 제공됩니다.


Related MCP server: Paper Pilot

제공 기능

  • 환각이 아닌 실제 인용. 모든 답변에는 클릭 가능한 검증 가능한 DOI가 포함됩니다.

  • 3억 개 이상의 과학 저작물. 세계 최대 오픈 연구 인덱스.

  • 다중 세션 연구. 어제, 지난주, 지난달의 대화를 이어서 진행하세요 — 저장된 모든 인용은 계속 검증 가능합니다.

도구

도구

설명

ask_research_question

SciWeave 인덱스를 기반으로 인라인 인용이 포함된 AI 답변을 제공합니다. min_year / max_year 필터를 지원합니다.

find_references

빠른 논문 검색(약 1초). 제목, 저자, 연도, DOI, URL, 초록 요약을 반환합니다. AI 합성은 없습니다.

find_open_access_link

DOI 또는 링크로 논문을 읽을 수 있는 곳을 찾아줍니다. 종종 유료 논문의 리포지토리 또는 프리프린트 사본입니다.

get_research_thread

ask_research_question이 반환한 thread_id로 이전 연구 대화를 이어갑니다.

list_collections

저장된 논문 컬렉션 목록을 표시합니다.

get_collection_papers

특정 컬렉션에 포함된 논문과 전체 메타데이터를 가져옵니다.

get_account_status

크레딧 잔액과 계정 정보를 확인합니다.

모든 도구는 읽기 전용입니다. 반환되는 모든 논문에는 제목, 저자, 출판 연도, DOI, URL, 초록 요약이 포함됩니다.


예시

연구 질문하기

프롬프트: "What are the latest findings on CRISPR-Cas9 off-target effects in mammalian cells?"

ask_research_question 도구가 SciWeave 인덱스를 조회하고 저자, 저널, DOI, 출판 연도가 포함된 번호 매기기 인용과 함께 종합된 답변을 반환합니다.

CRISPR-Cas9 off-target effects in mammalian cells involve several mechanisms...

References (8 sources, 142 total found):
[1] Zhang et al. "Genome-wide off-target analysis..." Nature Methods, 2023
[2] Kim et al. "High-fidelity Cas9 variants..." Science, 2024
...

연구 컬렉션 탐색

프롬프트: "내 Quantum Computing 컬렉션의 모든 논문을 보여줘"

Claude는 먼저 list_collections를 호출하여 컬렉션을 찾은 다음, 일치하는 ID로 get_collection_papers를 호출합니다.

Found 3 research collection(s):
- Quantum Computing (ID: abc123) — 12 papers
- Machine Learning (ID: def456) — 8 papers

12 paper(s) in this collection:
1. Quantum Error Correction with Surface Codes
   Authors: Fowler et al. · Year: 2024 · Journal: Physical Review Letters · DOI: 10.1103/...

빠른 참고문헌 조회

프롬프트: "mRNA 백신 안정성과 보관에 관한 최신 참고문헌 5개를 찾아줘"

find_references는 인용만 제공하므로(AI 합성 없음) 약 1초 안에 결과가 반환됩니다.

References (5 papers in 1.2s):
[1] Schoenmaker et al. "mRNA-lipid nanoparticle COVID-19 vaccines: Structure and stability"
    Year: 2023 · DOI: 10.1016/j.ijpharm.2023.01.015
    Snippet: "Storage temperature significantly impacts mRNA integrity..."

논문을 읽을 수 있는 곳 찾기

프롬프트: "여기서 어디에서 읽을 수 있나요: https://www.nature.com/articles/nature12373?"

find_open_access_link는 오픈액세스 사본을 확인하여 링크를 반환합니다. 아무것도 다운로드하지 않으므로 클라이언트가 직접 논문을 가져옵니다. arXiv, bioRxiv/medRxiv, PubMed Central 링크는 해당 원문 소스로 직접 연결되며, 그 외의 경우 DOI(제공된 값, URL에서 추출한 값, 또는 페이지의 citation_doi 태그에서 읽은 값)를 통해 OpenAlex로 확인되어 유료 논문의 리포지토리나 프리프린트 사본을 찾아주는 경우가 많습니다.

Nanometre-scale thermometry in a living cell
Authors: Georg Kucsko, Peter C. Maurer, ... · Year: 2013 · Journal: Nature
DOI: 10.1038/nature12373 · Open access: green

Best link: https://arxiv.org/pdf/1304.1068
  (OA PDF (arXiv), likely PDF)

Alternatives:
- https://www.ebi.ac.uk/europepmc/webservices/rest/PMC4221854/fullTextXML
  (OA landing page (PubMed Central) → Europe PMC full-text XML)

오픈액세스 사본이 없는 논문은 그렇게 표시되며, 대신 출판사 페이지가 제공됩니다.

계정 상태 확인

프롬프트: "SciWeave 크레딧이 얼마나 남았나요?"

SciWeave Account Status
Credits remaining: 42
Manage your account: https://sciweave.com/settings?tab=api-access
View pricing: https://sciweave.com/pricing

인증

SciWeave는 동일한 https://mcp.sciweave.com/mcp 엔드포인트에 대해 두 가지 인증 방식을 지원합니다:

  • OAuth 2.0 인가 코드 흐름 (Claude.ai 및 헤더 없이 claude mcp add를 사용하는 경우 기본값). Claude가 SciWeave 인증 페이지를 열면 sciweave_live_ API 키를 붙여넣고, 서버가 계정에 연결된 OAuth 액세스 토큰을 반환합니다.

  • 직접 Bearer 토큰 (Cursor / Windsurf / Claude Desktop / 헤드리스). Authorization: Bearer YOUR_API_KEY를 직접 전송하세요. 브라우저 흐름이 필요 없습니다.

모든 도구는 읽기 전용입니다. 서버는 컬렉션이나 계정을 수정할 수 없습니다. API 키는 언제든지 sciweave.com/settings?tab=api-access에서 교체할 수 있습니다.


지원

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
    B
    quality
    A
    maintenance
    Your AI's research copilot. Searches 6 academic databases, downloads real PDFs, reads them cover to cover, extracts evidence, renders figures, syncs to Zotero.
    16
    9
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Ground citations before your agent emits them by checking references against public scholarly registries and flagging hallucinated or retracted ones.
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Fabrication-free, DOI-backed citations for AI content and agents, using openAlex public-domain data with resolvable DOIs. Includes an API and planned MCP server for agent-native citation retrieval.

View all related MCP servers

Related MCP Connectors

  • Search 340M+ academic papers — citation graphs, semantic similarity, and AI literature reviews.

  • Catch AI-fabricated citations (real DOI + fake title). Retraction, open-access, 10,000+ CSL styles.

  • Citable retrieval across papers, books, patents, Wikipedia, and live social sources.

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/desci-labs/sciweave-mcp'

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