---
titel_en: Use Dorelli Cloud as an MCP tool
titel_nl: Dorelli Cloud als MCP-gereedschap gebruiken
categorie: deploy
bundels: website
geverifieerd_op: 2026-09-13
bewijs: packages/dorelli/src/mcp.js, app/deploy/page.tsx
zoekwoorden: mcp, claude mcp add, deploy_site, site_status, agent
---
## en
Rather have your AI call publishing itself, without a terminal? Add us as an MCP server. In Claude Code that is one line; other MCP clients point at the same command:

```bash
claude mcp add dorelli -- npx -y github:elsaviour/dorelli-cli mcp
```

Your AI then gets two tools:

- `deploy_site` (directory, email, desired name): publishes a folder; a build folder (dist, build, out, public) is found automatically.
- `site_status` (directory): status and expiry of the site in that folder.

It uses the same `.dorelli.json` as the terminal variant, so a site published from the terminal can be updated through MCP and the other way round.

Agent-native hosting (an MCP endpoint per site with scoped agent keys, logs, metrics and rollback) is on the roadmap; see [Support for agents and AI tools](/docs/support/agents).

## nl
Liever dat je AI het publiceren zelf aanroept, zonder terminal? Voeg ons toe als MCP-server. In Claude Code is dat één regel; andere MCP-clients wijzen naar hetzelfde commando:

```bash
claude mcp add dorelli -- npx -y github:elsaviour/dorelli-cli mcp
```

Je AI krijgt dan twee gereedschappen:

- `deploy_site` (map, e-mail, gewenste naam): publiceert een map; een buildmap (dist, build, out, public) wordt automatisch gevonden.
- `site_status` (map): status en verloopdatum van de site in die map.

Het gebruikt dezelfde `.dorelli.json` als de terminalvariant, dus een site die vanuit de terminal is gepubliceerd kun je via MCP bijwerken en andersom.

Agent-native hosting (een MCP-endpoint per site met begrensde agent-sleutels, logs, metingen en rollback) staat op de roadmap; zie [Support voor agents en AI-tools](/docs/support/agents).
