DigitalOcean MCP Server
Manage App Platform apps, Droplets and managed databases from an MCP client.
Add it to your client
Officialnpx @digitalocean/mcp --services apps,droplets
{
"mcpServers": {
"digitalocean-mcp": {
"command": "npx",
"args": [
"@digitalocean/mcp",
"--services",
"apps,droplets"
]
}
}
}- Transport
- both
- Runtime
- Go
- Auth
- Required
- License
- MIT
- Stars
- 127
DigitalOcean splits its MCP surface into per-service endpoints — App Platform, Droplets, Kubernetes, managed databases, container registry, Spaces and more — so a client connects only to the services it actually needs. The hosted endpoints are reached over HTTPS with an API token in the Authorization header, and the same services run locally over stdio through the npm-published binary. Tool names follow a flat scheme such as apps-list, apps-get-logs and droplet-create.
Similar MCP servers
Azure MCP Server
MCP serverOne server covering Azure services, plus a hosted endpoint for Microsoft Learn.
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Comments(0)
Sign in to comment