Cloud InfrastructureAuto-generated
DigitalOcean API MCP Server
# Introduction The DigitalOcean API allows you to manage Droplets and resources within the DigitalOcean cloud in a simple, programmatic way using conventional HTTP requests. All of the functionality that you are familiar with in the DigitalOcean control panel is also available through the API, all
Quick Setup
Transport: STDIO
Command: npx -y @mcp/digitalocean-com
Environment Variables
DIGITALOCEAN_API_API_KEYExample: your_digitalocean_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"digitalocean-com": {
"command": "npx",
"args": ["-y","@mcp/digitalocean-com"],
"env": {
"DIGITALOCEAN_API_API_KEY": "your_digitalocean_api_api_key"
}
}
}
}Endpoints
GET
/v2/1-clicksList 1-Click Applications
POST
/v2/1-clicks/kubernetesInstall Kubernetes 1-Click Applications
GET
/v2/accountGet User Information
GET
/v2/account/keysList All SSH Keys
POST
/v2/account/keysCreate a New SSH Key
GET
/v2/account/keys/{ssh_key_identifier}Retrieve an Existing SSH Key
PUT
/v2/account/keys/{ssh_key_identifier}Update an SSH Key's Name
DELETE
/v2/account/keys/{ssh_key_identifier}Delete an SSH Key
GET
/v2/actionsList All Actions
GET
/v2/actions/{action_id}Retrieve an Existing Action