ScienceClaw

v1.0.0Data Science & MLstable

ScienceClaw is a personal research assistant built with LangChain DeepAgents and AIO Sandbox infrastructure, adopting a completely new architecture beyond OpenClaw. It offers stronger security, better transparency, and a more user-friendly experience

aiai-agentbioinformaticsliterature-reviewllm
Share:
812
Stars
0
Downloads
0
Weekly
0/5

What is ScienceClaw?

ScienceClaw is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to scienceclaw is a personal research assistant built with langchain deepagents and aio sandbox infrastructure, adopting a completely new architecture beyond openclaw. it offers stronger security, better...

ScienceClaw is a personal research assistant built with LangChain DeepAgents and AIO Sandbox infrastructure, adopting a completely new architecture beyond OpenClaw. It offers stronger security, better transparency, and a more user-friendly experience

This server falls under the Data Science & ML category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • ScienceClaw is a personal research assistant built with Lang

Use Cases

Personal research assistant for literature review
Bioinformatics and meta-analysis workflows
beita6969

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx scienceclaw

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use ScienceClaw

ScienceClaw is a personal research assistant built on the OpenClaw engine and LangChain DeepAgents that provides scientists with access to 25+ academic databases including PubMed, Semantic Scholar, and UniProt. It features a 4-layer persistent memory system, 285 domain-specific skills across biomedicine, genomics, chemistry, and economics, and enforces a zero-hallucination protocol by requiring every citation to be verified against live tool results. Researchers use ScienceClaw to run multi-hour literature reviews, meta-analyses, and cross-disciplinary investigations that would otherwise require manual database querying.

Prerequisites

  • Node.js 18 or later and pnpm installed
  • Python 3.10 or later (required by underlying agent infrastructure)
  • An OpenClaw-compatible MCP client
  • Git to clone the repository
1

Clone the ScienceClaw repository

Download the project to your local machine.

git clone https://github.com/beita6969/ScienceClaw.git
cd ScienceClaw
2

Run the automated setup script

The setup script installs Node, Python dependencies, MCP servers, and research skills in one step.

chmod +x setup.sh && ./setup.sh
3

Install dependencies manually (alternative)

If you prefer a manual install, use pnpm and then onboard via OpenClaw.

pnpm install && npx openclaw onboard
4

Configure OpenClaw for research features

Edit ~/.openclaw/openclaw.json to enable persistent memory and extend session timeouts above the default 10-minute limit.

{
  "gateway": { "mode": "local" },
  "plugins": {
    "slots": { "memory": "memory-core" },
    "entries": {
      "memory-core": { "enabled": true },
      "memory-lancedb": { "enabled": true }
    }
  },
  "agents": {
    "defaults": {
      "heartbeat": { "interval": 1800 }
    }
  }
}
5

Start a research session

Launch OpenClaw with ScienceClaw skills active. The agent will have access to 285 research skills and all configured academic databases.

npx scienceclaw

ScienceClaw Examples

Client configuration

MCP client configuration to launch ScienceClaw via npx.

{
  "mcpServers": {
    "scienceclaw": {
      "command": "npx",
      "args": ["scienceclaw"]
    }
  }
}

Prompts to try

Research-oriented prompts for ScienceClaw once connected.

- "Search PubMed for meta-analyses on CRISPR off-target effects published after 2022"
- "Retrieve the UniProt entry for human TP53 and summarize its known isoforms"
- "Conduct a literature review on mRNA vaccine stability and store findings in memory"
- "Cross-reference Semantic Scholar results on RNA sequencing with my saved notes"

Troubleshooting ScienceClaw

setup.sh fails midway through installation

Check that Node.js, pnpm, and Python 3.10+ are all on your PATH before running setup.sh. Run each tool individually to confirm versions.

Memory plugin is not persisting between sessions

Confirm that memory-core and memory-lancedb are both set to enabled: true in ~/.openclaw/openclaw.json and that lancedb has write access to the data directory.

Academic database searches return no results

Some database skills require internet access to external APIs. Verify your network connection and that no firewall is blocking outbound HTTPS requests to PubMed or Semantic Scholar.

Frequently Asked Questions about ScienceClaw

What is ScienceClaw?

ScienceClaw is a Model Context Protocol (MCP) server that scienceclaw is a personal research assistant built with langchain deepagents and aio sandbox infrastructure, adopting a completely new architecture beyond openclaw. it offers stronger security, better transparency, and a more user-friendly experience It connects AI assistants to external tools and data sources through a standardized interface.

How do I install ScienceClaw?

Follow the installation instructions on the ScienceClaw GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with ScienceClaw?

ScienceClaw works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is ScienceClaw free to use?

Yes, ScienceClaw is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Data Science & ML MCP Servers

Explore all data science & ml servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "scienceclaw": { "command": "npx", "args": ["-y", "scienceclaw"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use ScienceClaw?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides