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 installWhat 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.
deployDeploy a project to DartUp
"Deploy this project""Deploy as my-app""Deploy with a Postgres database"statusCheck deployment status and health
"Check status of my-app""Is my deployment healthy?"logsView deployment logs
"Show logs for my-app""What are the recent errors?"listList all your deployments
"List my deployments""Show all my projects"deleteRemove a deployment
"Delete the my-app deployment""Remove my-old-project"Install in seconds
One command. Automatic configuration. Works immediately.
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.
{
"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 installNeed an API key? Get one free