Skip to main content
Glama

TOYBOX MCP Server

by isnbh0

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

CommandDescription
initialize_toyboxSet up a new TOYBOX repository
publish_artifactPublish an artifact to your TOYBOX
list_artifactsShow all published artifacts
update_configModify 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.

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

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

  1. Overview
    1. Features
      1. Prerequisites
        1. Installation
          1. Configuration
            1. Usage
              1. 1. Initialize Your TOYBOX
              2. 2. Publish Artifacts
              3. 3. Manage Your Collection
            2. Available Commands
              1. Configuration Options
                1. Repository Structure
                  1. Troubleshooting
                    1. Authentication Issues
                    2. Build Failures
                    3. Repository Not Found
                  2. Contributing
                    1. License

                      Related MCP Servers

                      • -
                        security
                        A
                        license
                        -
                        quality
                        Enables posting text and media content directly to LinkedIn from Claude Desktop with support for authentication and visibility controls.
                        Last updated -
                        4
                        Python
                        MIT License
                      • -
                        security
                        F
                        license
                        -
                        quality
                        A Multi-Claude Program for interacting with GitHub APIs through Claude Desktop, allowing users to search repositories, manage issues, pull requests, repository settings, workflows, and collaborators.
                        Last updated -
                        1
                        Python
                        • Linux
                        • Apple
                      • -
                        security
                        A
                        license
                        -
                        quality
                        Connects Claude Desktop to GitHub repositories, enabling users to perform git operations and GitHub API interactions through natural conversation.
                        Last updated -
                        JavaScript
                        MIT License
                        • Apple
                      • -
                        security
                        A
                        license
                        -
                        quality
                        A server module for Claude Desktop that enables integration with Zerocracy, allowing interaction with the Zerocracy project management platform through natural language commands.
                        Last updated -
                        4
                        6
                        TypeScript
                        MIT License

                      View all related MCP servers

                      MCP directory API

                      We provide all the information about MCP servers via our MCP API.

                      curl -X GET 'https://glama.ai/api/mcp/v1/servers/isnbh0/toybox-mcp-server'

                      If you have feedback or need assistance with the MCP directory API, please join our Discord server