MCP server

DigitalOcean

MCP

Official DigitalOcean MCP. Apps and droplets.

@digitalocean/mcp. Deploy and inspect against the team the token belongs to.

latest·Apache-2.0·Updated this quarter·github.com/digitalocean/digitalocean-mcp·Transport: stdio

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "digitalocean": {
      "command": "npx",
      "args": [
        "-y",
        "@digitalocean/mcp"
      ],
      "env": {
        "DIGITALOCEAN_API_TOKEN": "…"
      }
    }
  }
}

By DigitalOcean

Spec

What the server actually exposes.

  • list_apps

    read

    App Platform apps.

  • list_droplets

    read

    Droplets in the team.

  • deploy

    write

    A deploy after you confirm.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

digitalocean-mcp.mcp/tools

Tools

  • list_apps

    App Platform apps.

    read
  • list_droplets

    Droplets in the team.

    read
  • deploy

    A deploy after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_apps",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.