Back to Plugins
Claude Preview
Preview and inspect web UIs that Claude builds — start, stop, click, fill forms, read console logs, capture screenshots, and monitor network requests, all inside Claude Code.
officialanthropicbrowserpreviewfrontendtesting
By Anthropic
Installation
claude plugins add claude-preview@claude-plugins-officialConfiguration
{
"enabledPlugins": {
"claude-preview@claude-plugins-official": true
}
}Commands
preview startStart the local preview server for your web apppreview screenshotCapture a screenshot of the current pagepreview clickClick a selector in the previewpreview consoleStream console logs from the running previewpreview networkInspect network requests made by the pageHow to install
- Open Claude Code in your terminal
- Run the installation command above
- The plugin will be enabled automatically
- Use the plugin's features in your Claude Code sessions