DigitalOcean MCP Server
Cloudstdiov0.3.0
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.
Conectar
Añade esta configuración a .claude/mcp.json
{
"mcpServers": {
"digitalocean": {
"command": "npx",
"args": [
"-y",
"@digitalocean/mcp"
],
"env": {
"DIGITALOCEAN_API_TOKEN": "<YOUR_DIGITALOCEAN_API_TOKEN>"
}
}
}
}Herramientas (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"
}
}
}Recursos
Este servidor no expone ningún recurso.
Prompts
Este servidor no expone ningún prompt.
Información del servidor
- Licencia
- Apache-2.0
- Versión
- 0.3.0
- Estrellas
- 300
- Última actualización
- 9 de julio de 2026