SciWeave MCP Server
OfficialSciWeave MCP Server
Claude、ChatGPT、Cursor、Windsurf を3億件の科学文献に基づかせます — すべての引用が検証可能な DOI になります。
エンドポイント: 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 (Web)
アバターをクリック → 設定 → コネクタ → カスタムコネクタを追加
URL:
https://mcp.sciweave.com/mcp認証トークン: SciWeave API キーを貼り付け
保存 をクリック — 新しいチャットでリサーチの質問を始められます
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
カスタム 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億件以上の科学文献。 世界最大のオープンリサーチインデックスです。
マルチセッションリサーチ。 昨日、先週、先月のスレッドを再開できます — 保存されたすべての引用は検証可能なままです。
ツール
ツール | 説明 |
| SciWeave の索引に基づいたインライン引用付きの AI 回答。 |
| 高速な論文検索(約1秒)。タイトル、著者、年、DOI、URL、要約スニペットを返します。AI による合成は行いません。 |
| DOI またはリンクで論文の閲覧先を検索 — 多くの場合、ペイウォール付き論文のリポジトリ版またはプレプリント版が見つかります。 |
|
|
| 保存した論文コレクションを一覧表示します。 |
| 特定のコレクションの論文を完全なメタデータ付きで取得します。 |
| クレジット残高とアカウント情報を確認します。 |
すべてのツールは読み取り専用です。返される各論文には、タイトル、著者、発行年、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
...リサーチコレクションを閲覧する
プロンプト: "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 から取得した DOI、またはページ自体の citation_doi タグから読み取った 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 エンドポイントに対して2つの認証モードをサポートしています:
OAuth 2.0 認可コードフロー(ヘッダーなしの
claude mcp addと Claude.ai のデフォルト)。Claude が SciWeave の認可ページを開くので、sciweave_live_API キーを貼り付けると、サーバーがアカウントに紐づく OAuth アクセストークンを返します。直接 Bearer トークン(Cursor / Windsurf / Claude Desktop / CI)。
Authorization: Bearer YOUR_API_KEYを直接送信します。ブラウザーフローはありません。
すべてのツールは読み取り専用です — サーバーがコレクションに書き込んだり、アカウントを変更したりすることはできません。API キーは sciweave.com/settings?tab=api-access でいつでもローテーションできます。
サポート
メール: support@sciweave.com
ドキュメント: sciweave.com/docs
プライバシーポリシー: sciweave.com/web/privacy-policy
This server cannot be installed
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
- AlicenseAqualityDmaintenancePrevents citation hallucination by verifying academic citations against CrossRef's database of 150+ million publications before they can be mentioned, ensuring every citation includes a valid DOI.315MIT
- AlicenseBqualityAmaintenanceYour AI's research copilot. Searches 6 academic databases, downloads real PDFs, reads them cover to cover, extracts evidence, renders figures, syncs to Zotero.169MIT

CiteStamp MCP serverofficial
AlicenseNot gradedqualityCmaintenanceGround citations before your agent emits them by checking references against public scholarly registries and flagging hallucinated or retracted ones.MIT- FlicenseNot gradedqualityCmaintenanceFabrication-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.
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.
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/desci-labs/sciweave-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server