TOYBOX MCP Server

TOYBOX MCP Server

Zero-friction publishing platform that enables Claude Desktop users to publish artifacts to a personal GitHub Pages portfolio site through simple conversational commands.

Category
Visit Server

Tools

initialize_toybox

Initialize a complete TOYBOX with local repository, GitHub remote, and Pages setup

publish_artifact

Publish a new artifact to your TOYBOX. Artifacts are uniquely identified by a slug-based ID with UUID suffix.

list_artifacts

List all published artifacts in your TOYBOX

update_config

Update TOYBOX configuration (title, theme, layout, etc.)

setup_remote

Set up a GitHub remote repository for an existing local TOYBOX (one-time setup)

README

TOYBOX MCP Server

Zero-friction publishing platform for Claude artifacts via Model Context Protocol (MCP).

Overview

TOYBOX MCP Server enables Claude Desktop users to publish their artifacts to a personal GitHub Pages portfolio site through simple conversational commands. No technical knowledge required!

Features

  • 🚀 Zero-friction setup: Initialize your TOYBOX with one command
  • 📦 Instant publishing: Publish artifacts directly from Claude Desktop
  • 🎨 Professional presentation: Automated portfolio site with responsive design
  • 🔧 Customizable: Configure themes, layouts, and branding
  • 📱 Mobile-friendly: Works perfectly on all devices
  • 🔒 Secure: All code validation and safe deployment practices

Prerequisites

  1. GitHub Account: Create one at github.com
  2. GitHub CLI: Install from cli.github.com
  3. Authentication: Run gh auth login and follow the browser flow

Installation

No installation required! TOYBOX uses npx for zero-friction setup.

Configuration

Add to your Claude Desktop configuration file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\\Claude\\claude_desktop_config.json

{
  "mcpServers": {
    "toybox": {
      "command": "npx",
      "args": ["@isnbh0/toybox-mcp-server@latest"]
    }
  }
}

For production use, pin to a specific version:

{
  "mcpServers": {
    "toybox": {
      "command": "npx",
      "args": ["@isnbh0/toybox-mcp-server@1.0.0"]
    }
  }
}

Usage

1. Initialize Your TOYBOX

In Claude Desktop:

"I want to create a TOYBOX for my projects"

Claude will:

  • Check your GitHub authentication
  • Create a repository from the TOYBOX template
  • Enable GitHub Pages
  • Set up local development environment

2. Publish Artifacts

Create any artifact in Claude Desktop, then:

"Publish this to my TOYBOX"

Claude will:

  • Generate a unique ID for your artifact
  • Commit and push to GitHub
  • Provide the live URL

3. Manage Your Collection

"Show me all my TOYBOX projects"
"Update my TOYBOX theme to dark mode"
"Change my TOYBOX title to 'My Creative Projects'"

Available Commands

Command Description
initialize_toybox Set up a new TOYBOX repository
publish_artifact Publish an artifact to your TOYBOX
list_artifacts Show all published artifacts
update_config Modify TOYBOX settings

Configuration Options

  • Title: Display name for your portfolio
  • Description: Subtitle text
  • Theme: auto, light, or dark
  • Layout: grid or list view
  • Footer: Show/hide footer section

Repository Structure

When initialized, your TOYBOX repository contains:

toybox/
├── src/artifacts/          # Your published artifacts
├── TOYBOX_CONFIG.json      # Site configuration
└── (template files...)     # React app infrastructure

Troubleshooting

Authentication Issues

gh auth status              # Check authentication
gh auth login               # Re-authenticate if needed

Build Failures

  • Ensure your artifact code is valid React/TypeScript
  • Check for syntax errors or missing imports
  • Verify all dependencies are available

Repository Not Found

  • Make sure you've run initialize_toybox first
  • Check that the repository exists on GitHub
  • Verify GitHub Pages is enabled

Contributing

This project is part of the TOYBOX ecosystem. See the main repository for contribution guidelines.

License

MIT License - see LICENSE file for details.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured