Use Dorelli Cloud as an MCP tool

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:

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.

Checked against the code on 2026-09-13 · Evidence: packages/dorelli/src/mcp.js, app/deploy/page.tsx

Was this helpful?

/docs/deploy/mcp.md