# Publish a game from Claude Code with PlayDrop Connector

From your game project, ask Claude Code to package the browser build as one HTML file and publish it with PlayDrop.

Source: https://www.playdrop.ai/docs/connectors/claude-code

## Installation

In Claude Code, run these two commands. Approve the PlayDrop connection and complete OAuth when prompted. The plugin installs the publishing instructions and MCP connection together.

```text
/plugin marketplace add playdrop-ai/playdrop-plugin
/plugin install playdrop@playdrop
```

[Platform instructions](https://code.claude.com/docs/en/plugin-marketplaces)

## Publish and update your game

From your game project, ask Claude Code to package the browser build as one HTML file and publish it with PlayDrop.

## If connection or publication fails

If the publishing tools are missing, use `/plugin` to check that PlayDrop is enabled, then start a new session.

[Current support and limits](https://www.playdrop.ai/docs/connectors) · [All PlayDrop Connector platforms](https://www.playdrop.ai/docs/connectors)
