How to Use the DigitalOcean MCP in Claude Code
Automate your infrastructure tasks with Claude Code. Use this MCP server to query DigitalOcean resources from your terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect DigitalOcean MCP to Claude Code
Create your Vinkius account to connect DigitalOcean to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Terminal-based DigitalOcean resource discovery
Run `list_droplets` to see your server fleet from the command line. This gives you an immediate list of active instances, their IDs, and their current power state for your scripts. Combine this with `list_volumes` to verify your storage attachments. You can pipe this output into other shell utilities to automate your backup or cleanup workflows.
Manage Kubernetes and Databases in CLI
Claude Code lets you inspect your managed services without a browser. Use `list_kubernetes_clusters` to check if your production clusters are online and reporting healthy node counts. Get database connection details using `list_databases`. It pulls the engine type and endpoint, which you can use to generate connection strings for your local dev environment.
Audit infrastructure logs via Claude Code
Use `list_actions` to pull recent cloud events into your terminal. This is helpful for SREs who need to verify that a deployment or infrastructure change succeeded. Use `get_droplet_details` to pull specific metadata for a single instance. This provides the exact configuration data you need to write precise infrastructure-as-code updates.
Set up DigitalOcean MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seedigitalocean-alternative-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest DigitalOcean transactions." It will automatically discover and invoke the available DigitalOcean tools.
claude mcp add --transport http digitalocean-alternative-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about DigitalOcean MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the DigitalOcean MCP today
We host it, we monitor it, we maintain it. You just paste one token.