Skip to content
MCP-Bridge
Cloud Infrastructure

DigitalOcean API Claude Desktop Config

Add the DigitalOcean API MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "digitalocean-com": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/digitalocean-com"
      ],
      "env": {
        "DIGITALOCEAN_API_API_KEY": "your_digitalocean_api_api_key"
      }
    }
  }
}

Environment Variables

DIGITALOCEAN_API_API_KEY

Replace your_digitalocean_api_api_key with your actual digitalocean api api key

Endpoints

GET/v2/1-clicks

List 1-Click Applications

POST/v2/1-clicks/kubernetes

Install Kubernetes 1-Click Applications

GET/v2/account

Get User Information

GET/v2/account/keys

List All SSH Keys

POST/v2/account/keys

Create 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/actions

List All Actions

GET/v2/actions/{action_id}

Retrieve an Existing Action