Zeabur (PaaS Deployment)

Zeabur (PaaS Deployment) MCP Connector for Claude

F

Deploy services, manage containers, and send transactional emails via Zeabur PaaS directly from your AI agent.

9 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Zeabur account to any AI agent to automate your cloud infrastructure and deployment workflows through natural conversation.

What you can do

  • Template Deployment — Deploy new services using raw YAML specifications directly to your projects.
  • Container Management — Execute shell commands inside service containers or download specific files for inspection.
  • Observability — Fetch real-time build logs to debug deployment issues without leaving your chat interface.
  • ZIP Deployments — Handle the full lifecycle of pre-packaged application deployments, from creating upload stages to final preparation.
  • Transactional Email — Send single or batch personalized emails using the Zeabur Email REST API infrastructure.

How it works

  1. Subscribe to this server
  2. Enter your Zeabur API Token (and optionally your Email Token)
  3. Start managing your PaaS resources from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • DevOps Engineers — automate service scaling, command execution, and environment management.
  • Full-stack Developers — deploy templates and check build logs directly from the code editor.
  • Backend Teams — integrate transactional email sending and container file management into automated workflows.
paasdeploymentcontainer-managementtransactional-emailcloud-hosting

9 tools expose this connector's capabilities to your AI agent.

create_upload_stage

Create an upload stage for deploying pre-packaged applications

deploy_template

Deploy a service using a template specification YAML

download_file

Download a file from a service container

execute_command

Run a command within a service container

get_build_logs

Retrieve build logs for a deployment

prepare_deployment

Prepare a deployment after uploading a file

schedule_email

Requires ZEABUR_EMAIL_TOKEN. Schedule an email to be sent later via Zeabur Email

send_batch_emails

Requires ZEABUR_EMAIL_TOKEN. Send batch personalized emails via Zeabur Email

send_email

Requires ZEABUR_EMAIL_TOKEN. Send a single transactional email via Zeabur Email

See how to talk to your AI agent using Zeabur (PaaS Deployment).

Deploy a new service using this YAML template: [YAML content]

I've initiated the deployment using `deploy_template`. The service is being created in your project. You can track the progress using the provided Service ID.

Get the build logs for deployment 'dep-123' in project 'proj-456'.

Fetching logs via `get_build_logs`... I've retrieved the build output. It seems the build failed at the 'npm install' step due to a missing dependency.

Run 'ls -la /app' in service 'srv-789' environment 'env-000'.

Executing command via `execute_command`... The output shows the following files in the /app directory: package.json, src, and node_modules.

Yes! Use the `execute_command` tool by providing the Service ID, Environment ID, and the command array (e.g., `["ls", "-la"]`). Your agent will return the output from the container.

Related Connectors