mcp-server-digitalocean
Manages DigitalOcean cloud resources, including account info, Droplets (list, get, create, delete), managed databases, domains, regions, and sizes.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-digitaloceanList all my Droplets"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Using uv (recommended)
uv tool install mcp-server-digitaloceanUsing pip
pip install mcp-server-digitaloceanConfiguration
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 stdioUsage 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 pyrightLicense
MIT
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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