Model Context Protocol

The MCP plugin for deployment

Give Claude Code the power to deploy. Our MCP plugin integrates seamlessly, letting you deploy with natural language commands.

npx dartup-mcp@latest install

What is MCP?

Model Context Protocol lets Claude Code use external tools securely. Our plugin gives Claude deployment superpowers.

Without MCP

  • ❌ Claude can't interact with external services
  • ❌ Manual copy-paste of deployment commands
  • ❌ Context switching to dashboards
  • ❌ Multiple tools to learn

With DartUp MCP

  • ✓ Claude deploys directly to DartUp
  • ✓ Natural language commands
  • ✓ Stay in your terminal
  • ✓ Zero new syntax to learn

Available commands

The MCP plugin exposes these tools to Claude.

deploy

Deploy a project to DartUp

"Deploy this project""Deploy as my-app""Deploy with a Postgres database"
status

Check deployment status and health

"Check status of my-app""Is my deployment healthy?"
logs

View deployment logs

"Show logs for my-app""What are the recent errors?"
list

List all your deployments

"List my deployments""Show all my projects"
delete

Remove a deployment

"Delete the my-app deployment""Remove my-old-project"

Install in seconds

One command. Automatic configuration. Works immediately.

Terminal
# Install the MCP plugin
npx dartup-mcp@latest install
# Follow the prompts:
Enter your DartUp API key: dk_live_xxxxx
✓ MCP plugin installed successfully!
✓ Claude Code can now deploy to DartUp.

What the installer does:

  • Downloads the DartUp MCP server
  • Configures Claude Code settings
  • Stores your API key securely
  • Verifies the connection works

Manual configuration

Prefer to configure manually? Add this to your Claude Code settings.

~/.config/claude-code/settings.json
{
  "mcpServers": {
    "dartup": {
      "command": "npx",
      "args": ["-y", "dartup-mcp@latest"],
      "env": {
        "DARTUP_API_KEY": "dk_live_your_key_here"
      }
    }
  }
}

Security first

Your code and credentials are protected.

🔐

API Key Storage

Keys stored locally in your Claude Code config. Never sent to third parties.

🔒

HTTPS Only

All communication with DartUp API over encrypted connections.

🛡️

Isolated Builds

Your code builds in isolated containers. No access to other users.

Get the plugin

Install the MCP plugin and start deploying with Claude Code today.

npx dartup-mcp@latest install

Need an API key? Get one free