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(命令行)

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. 点击你的头像 → 设置连接器添加自定义连接器

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

  3. 授权令牌: 粘贴你的 SciWeave API 密钥

  4. 点击 保存 — 即可在任何新对话中开始提出研究问题

Cursor / Windsurf / Claude Desktop

添加到你的 MCP 配置文件中(~/.cursor/mcp.json~/.codeium/windsurf/mcp_config.jsonclaude_desktop_config.json):

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

ChatGPT

在自定义 GPT 中或通过 OpenAI Apps SDK,将 https://mcp.sciweave.com/mcp 添加为远程 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

通过 thread_id(由 ask_research_question 返回)恢复之前的研究对话。

list_collections

列出你保存的论文合集。

get_collection_papers

获取特定合集内的论文及完整元数据。

get_account_status

查看积分余额和账户信息。

所有工具均为只读。每篇返回的论文都包含标题、作者、发表年份、DOI、URL 和摘要片段。


示例

提出研究问题

提示词:"关于 CRISPR-Cas9 在哺乳动物细胞中的脱靶效应,最新研究发现了什么?"

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
...

浏览研究合集

提示词:"显示我量子计算合集里的所有论文"

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/...

快速参考文献查找

提示词:"帮我找 5 篇关于 mRNA 疫苗稳定性与储存的最新参考文献"

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 / CI)。直接发送 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