Back to Apps

DigitalOcean MCP
Supports UIby digitalocean-labs
Comprehensive interface for managing DigitalOcean resources, including Droplets, Kubernetes, and App Platform.
0 stars
Works in:CursorVS Code Copilot
Exposes:Tools
What it does
DigitalOcean MCP provides a robust set of tools for AI agents to interact with DigitalOcean's cloud infrastructure. It allows agents to provision, monitor, and manage a wide array of services including virtual machines (Droplets), managed databases, and serverless functions via the DigitalOcean API.
Tools
droplet-resize: Change the size of a virtual machine.create-app-from-spec: Deploy an app to the App Platform from a GitHub repo.domain-create: Manage DNS and domain registrations.key-create: Add new SSH keys to the account.docs-search: Search and retrieve public DigitalOcean documentation.inference-model-catalog-search: Search the GenAI model catalog.
Installation
{
"mcpServers": {
"digitalocean": {
"command": "npx",
"args": ["@digitalocean/mcp", "--services", "apps,droplets"],
"env": {
"DIGITALOCEAN_API_TOKEN": "your_token_here"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop, Cursor, and VS Code.
Quick install
npx @digitalocean/mcp --services apps,dropletsInformation
- Pricing
- free
- Published
- 7/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to config.json: { "digitalocean": { "command": "npx", "args": ["@digitalocean/mcp", "--services", "apps"], "env": { "DIGITALOCEAN_API_TOKEN": "${DIGITALOCEAN_API_TOKEN}" } } }Claude Desktop
{
"mcpServers": {
"digitalocean": {
"command": "npx",
"args": ["@digitalocean/mcp", "--services", "apps"],
"env": {
"DIGITALOCEAN_API_TOKEN": "${DIGITALOCEAN_API_TOKEN}"
}
}
}
}VS Code Copilot
Add to .vscode/mcp.json using ${env:DIGITALOCEAN_API_TOKEN}.





