> Download your Claude output, drag the files or folder into Revdoku, and publish a shareable link. Connecting Claude through MCP is optional.

# Publish Claude files and websites with Revdoku

The fastest path is manual: download Claude's output, drag the files or folder into Revdoku, and publish. Connecting Claude as an AI agent is optional.

## 1. Create a Revdoku account

[Create an account](https://app.revdoku.com/users/sign_up?utm_source=revdoku.com&utm_medium=connect-guide&utm_campaign=claude) and sign in.

![Sign in or sign up at app.revdoku.com](/assets/claude/01-create-revdoku-account.webp)

## 2. Get the files from Claude

- **Claude on the web or desktop:** download the files Claude created. For a website, ask for a ZIP or folder containing `index.html`.
- **Claude Code:** use the project or build folder on your computer.

Check the output locally before sharing it.

## 3. Drag and drop into Revdoku

Open the Revdoku dashboard and drop the files or folder anywhere on the page. Revdoku creates a bucket and uploads the contents.

To update it later, open the same bucket and drop the replacement files there.

## 4. Publish and share

Open the bucket and click **Publish**. Choose:

- **Public** for an open link,
- **Password** for a protected link,
- **Require Email** to identify visitors.

Copy the live link and share it. Revdoku keeps the bucket available for later updates and shows its viewing activity.

## Optional: connect Claude as an AI agent

Use an agent connection when you want Claude to update an existing bucket or publish for you. It is not required for the first upload.

**Claude on the web or desktop**

1. Open Claude's **Settings > Connectors**.
2. Add a custom connector named `Revdoku` with `https://app.revdoku.com/mcp`.
3. Connect and allow access to your Revdoku account.

**Claude Code**

Install the official Revdoku plugin, then run `/mcp` and complete Revdoku OAuth in the browser:

```text
/plugin marketplace add revdoku/revdoku
/plugin install revdoku@revdoku
/mcp
```

The plugin includes the Revdoku skill and the hosted MCP server. You can also add the server manually:

```bash
claude mcp add --transport http revdoku https://app.revdoku.com/mcp
```

Then run `/mcp` inside Claude Code, select Revdoku, and authenticate. For local folders or binary assets, install the [Revdoku CLI and skill](/local-install/).

Then ask Claude to work with that bucket.

## Inspect the Claude output from ChatGPT too

After Claude publishes or uploads files to Revdoku, ChatGPT can inspect the same bucket when Revdoku is connected there too. Use this to list files, confirm the generated folder structure, or ask for a short summary before sharing.

![ChatGPT lists files in a Revdoku demo bucket](/assets/claude/chatgpt-revdoku-list-files-magic-stories.webp)

---

[View the canonical page](https://revdoku.com/claude/) · [Browse llms.txt](https://revdoku.com/llms.txt)
