Are you the author? Sign in to claim
toybox-mcp-server
Zero-friction publishing platform for Claude artifacts via Model Context Protocol (MCP).
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!
gh auth login and follow the browser flowNo installation required! TOYBOX uses npx for zero-friction setup.
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"]
}
}
}
In Claude Desktop:
"I want to create a TOYBOX for my projects"
Claude will:
Create any artifact in Claude Desktop, then:
"Publish this to my TOYBOX"
Claude will:
"Show me all my TOYBOX projects"
"Update my TOYBOX theme to dark mode"
"Change my TOYBOX title to 'My Creative Projects'"
| 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 |
auto, light, or darkgrid or list viewWhen initialized, your TOYBOX repository contains:
toybox/
├── src/artifacts/ # Your published artifacts
├── TOYBOX_CONFIG.json # Site configuration
└── (template files...) # React app infrastructure
gh auth status # Check authentication
gh auth login # Re-authenticate if needed
initialize_toybox firstThis project is part of the TOYBOX ecosystem. See the main repository for contribution guidelines.
MIT License - see LICENSE file for details.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows