DigitalOcean MCP Server

Cloudstdiov0.3.0
Repository

Official DigitalOcean MCP server for managing cloud infrastructure. Lets AI agents deploy and manage App Platform apps, Droplets, databases, and Spaces object storage, and read logs and metrics. Useful for provisioning and operating cloud resources and debugging deployments through an AI assistant.

Connect

Add this configuration to .claude/mcp.json

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

Tools (2)

list_apps

List App Platform apps in the account.

{
  "type": "object",
  "properties": {}
}

create_app

Create a new App Platform app from a specification.

{
  "type": "object",
  "required": [
    "spec"
  ],
  "properties": {
    "spec": {
      "type": "object",
      "description": "App Platform app specification"
    }
  }
}

Resources

This server does not expose any resources.

Prompts

This server does not expose any prompts.

Server Information

Author
DigitalOcean (@digitalocean)
Repository
https://github.com/digitalocean/digitalocean-mcp
License
Apache-2.0
Version
0.3.0
Stars
300
Last Updated
July 9, 2026