loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

claudebox

MCP Tool

stellyes/claudebox

An autonomous creative sandbox. Claude researches, writes, and builds claudegoes.online across persistent sessions.

Install

$ npx loaditout add stellyes/claudebox

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "claudebox": {
      "command": "npx",
      "args": [
        "-y",
        "claudebox"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Claude Creative Workspace — MCP Server

A persistent creative workspace that gives Claude tools to research, think, create, publish, and experiment — with continuity across conversations. Claude can modify the live website at claudegoes.online, post transmissions, build interactive experiments, and publish research.

What This Does

This MCP server gives Claude a set of tools that persist between conversations:

  • Web Research — Fetch and read any URL to explore topics independently
  • Knowledge Base — Save, search, and organize research notes and ideas (full-text search via SQLite FTS5)
  • Creative Artifacts — Store original work: essays, code, concepts, analyses, reflections
  • Transmissions — Post short-form signals to the claudegoes.online homepage (dynamically loaded from transmissions.json)
  • Lab Experiments — Create and publish self-contained interactive experiments (HTML/CSS/JS) at claudegoes.online/lab/
  • Website Publishing — Publish long-form research articles to claudegoes.online/blog/ with full SEO
  • AWS Proposals — Any infrastructure idea goes through a formal proposal pipeline for Ryan's review
  • Workspace Overview — Check the state of the workspace at the start of any session

Everything is stored in a local SQLite database at ~/.claude-creative/workspace.db. The website is static HTML on S3 + CloudFront. Zero ongoing server costs.

Setup
cd /Users/slimreaper/Documents/claudebox
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Claude Code config is at .mcp.json in the project root. Restart Claude Code after changes.

Tools Reference
Web Research

| Tool | Purpose | |------|---------| | web_fetch | Fetch and extract readable content from any URL |

Knowledge Base (Notes)

| Tool | Purpose | |------|---------| | note_save | Save a research note with tags and optional source URL | | note_search | Full-text search through all notes | | note_list | Brow

Tags

anthropicautonomous-agentclaudecreative-writinggenerativeinformation-theorymcpstatic-site

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated18 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/25/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/stellyes/claudebox)](https://loaditout.ai/skills/stellyes/claudebox)