Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. SciWeave
SciWeave logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:33:29 PM

SciWeave

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

AI research grounded in 300M scientific works β€” every citation a verifiable DOI.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "sciweave": {
      "url": "https://img.shields.io/badge/Get%20API%20Key-free%20to%20start-brightgreen)](https://mcp.sciweave.com"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

SciWeave

SciWeave MCP Server

Ground Claude, ChatGPT, Cursor, and Windsurf in 300M scientific works β€” every citation a verifiable DOI.

Get API Key MCP Registry

Endpoint: https://mcp.sciweave.com/mcp Β· Transport: Streamable HTTP Β· Auth: API key from mcp.sciweave.com (50 free credits to start)


πŸš€ Install

Claude Code (CLI)

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

On first use, Claude Code runs the OAuth flow and asks for your SciWeave API key. For headless / CI setups, pass the token directly:

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

Claude.ai (web)

  1. Click your avatar β†’ Settings β†’ Connectors β†’ Add custom connector
  2. URL: https://mcp.sciweave.com/mcp
  3. Authorization Token: paste your SciWeave API key
  4. Click Save β€” start asking research questions in any new chat

Cursor / Windsurf / Claude Desktop

Add to your MCP config file (~/.cursor/mcp.json, ~/.codeium/windsurf/mcp_config.json, or claude_desktop_config.json):

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

ChatGPT

Add https://mcp.sciweave.com/mcp as a remote MCP server in your custom GPT or via the OpenAI Apps SDK, with the Authorization: Bearer YOUR_API_KEY header.

No API key yet? Get one free at mcp.sciweave.com β€” new accounts include 50 free credits.


What you get

  • Real citations, not hallucinations. Every claim returns a verifiable DOI you can click.
  • 300M+ scientific works. The world's largest open research index.
  • Multi-session research. Resume threads from yesterday, last week, or last month β€” every saved citation stays verifiable.

Tools

ToolDescription
ask_research_questionAI answer with inline citations grounded in SciWeave's index. Supports min_year / max_year filters.
find_referencesFast paper lookup (~1s). Returns title, authors, year, DOI, URL, abstract snippet. No AI synthesis.
find_open_access_linkFind where a paper can be read, by DOI or link β€” often a repository or preprint copy of a paywalled paper.
get_research_threadResume a prior research conversation by thread_id (returned by ask_research_question).
list_collectionsList your saved paper collections.
get_collection_papersGet papers in a specific collection with full metadata.
get_account_statusCheck credit balance and account info.

All tools are read-only. Every returned paper includes title, authors, publication year, DOI, URL, and abstract snippet.


Examples

Ask a research question

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

The ask_research_question tool queries SciWeave's index and returns a synthesized answer with numbered citations including authors, journals, DOIs, and publication years.

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

Browse a research collection

Prompt: "Show me all papers in my Quantum Computing collection"

Claude first calls list_collections to find your collections, then get_collection_papers with the matching ID.

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

Fast reference lookup

Prompt: "Find me 5 recent references about mRNA vaccine stability and storage"

find_references is citation-only (no AI synthesis), so results return in ~1 second.

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

Find where a paper can be read

Prompt: "Where can I read https://www.nature.com/articles/nature12373?"

find_open_access_link resolves the open-access copy and returns links β€” nothing is downloaded, so your client fetches the paper itself. arXiv, bioRxiv/medRxiv and PubMed Central links map straight to their full-text source; anything else is resolved through its DOI (given, taken from the URL, or read from the page's own citation_doi tag) via OpenAlex, which often turns up a repository or preprint copy of a paywalled paper.

Code
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)

Papers with no open-access copy are reported as such, with the publisher page as a fallback, rather than a link that won't work.

Check account status

Prompt: "How many SciWeave credits do I have left?"

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

Authentication

SciWeave supports two auth modes against the same https://mcp.sciweave.com/mcp endpoint:

  • OAuth 2.0 authorization code flow (default for Claude.ai and claude mcp add without headers). Claude opens the SciWeave authorization page, you paste your sciweave_live_ API key, and the server hands back an OAuth access token tied to your account.
  • Direct Bearer token (Cursor / Windsurf / Claude Desktop / CI). Send Authorization: Bearer YOUR_API_KEY directly. No browser flow.

All tools are read-only β€” the server cannot write to your collections or modify your account. API keys can be rotated at any time at sciweave.com/settings?tab=api-access.


Support

  • Email: support@sciweave.com
  • Documentation: sciweave.com/docs
  • Issues: github.com/desci-labs/sciweave-mcp-issues
  • Privacy Policy: sciweave.com/web/privacy-policy

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • WebAnatomy logoWebAnatomy

    Help your AI improve landing pages, grounded in 3,500+ scored sections and 500 real pages.

    πŸ’» Developer Tools0 views
    Compare vs WebAnatomy β†’
  • How Persistence Works logoHow Persistence Works

    Visual Desktop Bridge - Give any AI full control over Windows to automate apps and inputs.

    πŸ’» Developer Tools0 views
    Compare vs How Persistence Works β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about SciWeave

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "sciweave": { "command": "npx", "args": ["-y", "SciWeave"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSciWeave AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/sciweave?style=directory)](https://allmcps.com/mcp/sciweave)
HTML Embed
<a href="https://allmcps.com/mcp/sciweave"><img src="https://allmcps.com/api/badge/sciweave?style=directory" alt="SciWeave on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
35Quality signal: Fair Β· 35/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to SciWeave β†’Install in Claude DesktopInstall in CursorInstall in VS Code