CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

SciWeave

desci-labs/sciweave-mcp
authHTTPregistry active
Summary

Connects Claude, ChatGPT, Cursor, and Windsurf to 300 million scientific papers with verifiable DOI citations. Exposes five read-only tools: ask_research_question for AI synthesis with inline citations, find_references for fast paper lookup without synthesis, get_research_thread to resume prior conversations, plus collection browsing and account status checks. Supports OAuth and direct Bearer token auth against a single streamable HTTP endpoint. Reach for this when you need research answers backed by real papers instead of hallucinated sources, or when you want sub-second reference lookups filtered by year. Every returned paper includes title, authors, DOI, URL, and abstract snippet. Free tier starts with 50 credits.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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)

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:

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

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

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.

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.

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

Check account status

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

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
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
AuthRequired
UpdatedMay 7, 2026
View on GitHub