BeClaude

playground

New
7kSmitheryGeneralby anthropics

Creates interactive HTML playgrounds — self-contained single-file explorers that let users configure something visually through controls, see a live preview, and copy out a prompt. Use when the user asks to make a playground, explorer, or interactive tool for a topic.

First seen 5/22/2026

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "playground": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp
View source on GitHub
code-reviewdesignproductivity

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is playground?

Creates interactive HTML playgrounds — self-contained single-file explorers that let users configure something visually through controls, see a live preview, and copy out a prompt. Use when the user asks to make a playground, explorer, or interactive tool for a topic.

How to install playground?

To install playground: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "playground": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is playground best for?

playground is a mcp categorized under General. It is designed for: code-review, design, productivity. Created by anthropics.