MCP server

DigitalOcean
MCPOfficial 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
readApp Platform apps.
list_droplets
readDroplets in the team.
deploy
writeA 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
- read
list_apps
App Platform apps.
- read
list_droplets
Droplets in the team.
- write
deploy
A deploy after you confirm.
Last call
{ "ok": true,
"tool": "list_apps",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
