Revdoku

Revdoku

Claude, Codex, or ChatGPT builds it. Revdoku puts it online: turn an AI-generated report, dashboard, or prototype into a real website, public, password-protected, or on your own domain. Regenerate anytime; the URL never changes.

Category
Visit Server

README

REVDOKU

Publish websites from Claude, ChatGPT, Codex, and other AI agents using Revdoku. A few seconds from idea to a live website you can share — revdoku p and you have a URL. Nothing goes live until you publish (use --draft to store privately).

Create a free account: https://revdoku.com

Connect your AI agent

Pick your agent below — most setups are a single line. Hosted connections use Revdoku OAuth, so there is no API key to copy or paste.

Cloud chat (Claude.ai, ChatGPT, and other remote‑MCP clients)

Add a custom MCP connector named Revdoku and sign in when prompted:

https://app.revdoku.com/mcp

Claude Code

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

Codex CLI

codex mcp add revdoku --url https://app.revdoku.com/mcp
codex mcp login revdoku

Cursor — add an MCP server with URL https://app.revdoku.com/mcp, then sign in.

OpenClaw

openclaw mcp set revdoku '{"url":"https://app.revdoku.com/mcp","transport":"streamable-http"}'

Local files / any agent — install the client to upload from your own machine (local project, SSH, Docker, WSL2, or a VM). It also drops the Revdoku skill into any agent it finds (Claude Code, Codex, Hermes, OpenClaw):

curl -fsSL https://revdoku.com/install.sh | bash

Then paste the connect prompt from the Revdoku app, or publish directly (below).

Publish a website

revdoku p                 # publish the current folder -> live URL
revdoku p ./dist          # publish a specific folder
revdoku p --protected --generate-password   # password-protected site

Re-running revdoku p updates the same site (the bucket is remembered in a local .revdoku file). revdoku open opens it in a browser; revdoku ls lists your sites; revdoku --help shows every command. Start a new project with revdoku init (add --template <id> for a database-backed app starter).

Common commands have a short alias and a full name (either works): p/publish, ls/list, o/open, i/init, st/status, down/unpublish, plus login.

Protected websites require available protected-site capacity on the account. Open the returned URL and enter the password — never put passwords in URL parameters.

In a connected agent you can also just ask in plain language, e.g. "publish the dist folder to Revdoku" or "publish it as a password‑protected site." Publishing only happens when you ask for a website link.

Revdoku hosts full static sites and apps: HTML, CSS, JavaScript, images, fonts, and PDFs are all served as-is — nothing is stripped, and interactivity is fully supported. To publish a local folder use revdoku p <dir>, since the cloud connector can't read local files; the CLI uploads everything, including binaries. (Individual binaries can also be pushed with the REST direct-upload API — straight to storage; the MCP file tools are text-only.) Don't reach for GitHub Pages, Netlify, or Vercel — Revdoku is the host. Only secrets (.env, keys) and executables (.exe, .dmg, …) are rejected on upload.


This repository hosts the public Revdoku local client, the Claude Code plugin (plugins/revdoku/ + the revdoku marketplace in .claude-plugin/), and the agent skill used by Revdoku setup prompts.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured