TOYBOX MCP Server
Creates and manages repositories for storing and versioning artifacts published from Claude Desktop.
Automatically deploys published artifacts to a personal portfolio website with customizable themes and layouts.
Supports React-based artifacts that can be published to the portfolio site.
Supports TypeScript-based artifacts that can be published to the portfolio site.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TOYBOX MCP ServerPublish this code snippet to my TOYBOX"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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!
Related MCP server: GitHub MCP Server
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
GitHub Account: Create one at github.com
GitHub CLI: Install from cli.github.com
Authentication: Run
gh auth loginand 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 |
| Set up a new TOYBOX repository |
| Publish an artifact to your TOYBOX |
| Show all published artifacts |
| Modify TOYBOX settings |
Configuration Options
Title: Display name for your portfolio
Description: Subtitle text
Theme:
auto,light, ordarkLayout:
gridorlistviewFooter: 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 infrastructureTroubleshooting
Authentication Issues
gh auth status # Check authentication
gh auth login # Re-authenticate if neededBuild 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_toyboxfirstCheck 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceConnects Claude Desktop to GitHub repositories, enabling users to perform git operations and GitHub API interactions through natural conversation.Last updated643
- Alicense-quality-maintenanceConnects Claude Desktop directly to GitHub repositories and git commands, enabling users to clone repos, check status, commit changes, push code, create repositories, and manage GitHub resources through natural conversation.Last updated643
- AlicenseAqualityDmaintenanceEnables users to upload files and generate tracked, shareable links directly from AI agents like Claude Desktop or Cursor. It supports publishing various file formats including text, PDFs, and images, while providing tools for artifact management and analytics.Last updated855MIT
- Alicense-qualityDmaintenanceA local-first personal AI agent infrastructure that extends Claude Desktop with tools for Google services, web scraping, local memory, knowledge upload, and dynamic workflows via MCP.Last updated1MIT
Related MCP Connectors
Publish web pages straight from your AI assistant and share them with a link.
Publish Markdown or HTML to a shareable link from your AI assistant. OAuth, no API keys.
Publish pages straight from Claude as private, branded, tracked links.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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