dorelli
Click on "Install 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: claude-host
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.733MIT
- AlicenseAqualityDmaintenanceDeploy Claude-generated websites to EliteSpec hosting in one tool call. deploy_site / update_site / list_sites tools give the model a live URL on elitespec.co.nz seconds after writing HTML/CSS/JS.34MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to deploy static websites to StaticX, including creating sites, uploading builds, publishing releases, and managing domains.25MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to edit and serve a static website via natural language, providing file management tools over MCP and HTTP hosting.
Related MCP Connectors
Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.
Agent-first web hosting: deploy sites, apps, databases and domains over MCP.
Deploy static websites from AI agents. Free at mcp.shipstatic.com — no install, no signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/elsaviour/dorelli-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server