Skip to main content
Glama
truecallerabreham

mcp-server-digitalocean

mcp-server-digitalocean

A Model Context Protocol server for DigitalOcean cloud infrastructure.

Features

Manage DigitalOcean resources from any MCP-compatible client:

  • Account: Get account info and limits

  • Droplets: List, get, create, and delete Droplets

  • Databases: List and get managed database clusters

  • Domains: List, create, and delete domains

  • Regions: List available datacenter regions

  • Sizes: List available Droplet sizes with pricing

Related MCP server: Dokploy MCP Server

Installation

uv tool install mcp-server-digitalocean

Using pip

pip install mcp-server-digitalocean

Configuration

Set your DigitalOcean API token:

export DIGITALOCEAN_TOKEN="dop_v1_xxxx"

Get a token at https://cloud.digitalocean.com/account/api/tokens

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "digitalocean": {
      "command": "uvx",
      "args": ["mcp-server-digitalocean"],
      "env": {
        "DIGITALOCEAN_TOKEN": "dop_v1_xxxx"
      }
    }
  }
}

With stdio transport (default)

mcp-server-digitalocean --transport stdio

Usage Examples

Once configured, you can ask your MCP client:

  • "List all my Droplets"

  • "Create a new 1GB Droplet in NYC1 running Ubuntu 24.04"

  • "Show me all available regions"

  • "List my database clusters"

  • "Delete droplet 42"

Development

# Install dependencies
uv sync

# Run tests
uv run pytest

# Run linter
uv run ruff check src/ tests/

# Type check
uv run pyright

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/truecallerabreham/mcp-server-digitalocean'

If you have feedback or need assistance with the MCP directory API, please join our Discord server