dorelli
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dorelliDeploy this folder to Dorelli"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dorelli
Put your static website online with Dorelli Hosting — from your terminal or directly from an AI tool.
Built with Lovable, v0, Claude or Cursor? One command and your site is live on jouw-naam.dorelli.cloud. No account needed.
npx github:elsaviour/dorelli-cli deploy --email jij@voorbeeld.nlThe last line of the output is your URL. Done.
The package runs directly from GitHub; you only need Node 18+ and git. Once it's on npm, the command becomes shorter (
npx dorelli).
What it does
Automatically finds your build folder (
dist,build,out,public) or uses the current folder.Skips what doesn't belong there:
node_modules,.git,.env, and anything that isn't a static file.Writes
.dorelli.jsonwith your site-id and token. Run it again, and the same site is updated — handy when you're iterating with an AI tool.
Don't put
.dorelli.jsonunder version control: the token is your access to the site.
Related MCP server: StaticX MCP Server
Commands
npx github:elsaviour/dorelli-cli deploy [map] # publiceren of bijwerken
npx github:elsaviour/dorelli-cli status [map] # adres, status en verloopdatum
npx github:elsaviour/dorelli-cli mcp # draaien als MCP-serverOptions for deploy: --email, --slug, --yes (no questions, for scripts and AI tools).
If you use it more often, install it once — after that it's simply called dorelli:
npm install -g github:elsaviour/dorelli-cli
dorelli deployFrom Claude Code, Codex or Cursor
Those tools have a terminal, so this works without installation:
"Deploy this folder to Dorelli with npx github:elsaviour/dorelli-cli deploy"
Prefer an MCP tool? Then the model can call it directly:
claude mcp add dorelli -- npx -y github:elsaviour/dorelli-cli mcpAfter that, deploy_site and site_status become available.
What is hosted
Static sites: HTML, CSS, images, and JavaScript that runs in the browser. Does your project need a server, database, or a build step? Build it first (npm run build) and publish the output folder.
A trial site remains available for 14 days and is not indexed by Google. Want to keep it, with your own domain name and email included? Dorelli arranges that for €10 per month — you'll receive an email with the management link after publication.
Use a different server yourself
DORELLI_API=https://voorbeeld.test npx github:elsaviour/dorelli-cli deployFor the developer
This repo is a mirror. The source lives in packages/dorelli/ in dorelli.cloud's main repository; change it there and copy it here, not the other way around.
MIT license.
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.
Deploy static sites from AI agents: deploy_site publishes files and returns a live URL in seconds.
Deploy AI-generated HTML/CSS/JS to instant public HTTPS URLs from any MCP-compatible agent.
Build, edit, host, and publish websites from AI assistants. Setup: https://mcp.orivox.org/
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI assistants to deploy static websites to the Demox platform with automatic directory packaging and cloud storage integration. It includes tools for managing deployments, such as listing, viewing, and deleting websites.735 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to deploy static websites to StaticX, including creating sites, uploading builds, publishing releases, and managing domains.31 npmMIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to edit and serve a static website via natural language, providing file management tools over MCP and HTTP hosting.-
- FlicenseNot gradedqualityDmaintenanceAgent-native web hosting tools for the Model Context Protocol. Enables purchasing hosting, deploying sites, managing DNS, registering domains, and scaling infrastructure through tool calls.-