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.

连接

将此配置添加到 .claude/mcp.json

{
  "mcpServers": {
    "digitalocean": {
      "command": "npx",
      "args": [
        "-y",
        "@digitalocean/mcp"
      ],
      "env": {
        "DIGITALOCEAN_API_TOKEN": "<YOUR_DIGITALOCEAN_API_TOKEN>"
      }
    }
  }
}

工具 (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"
    }
  }
}

资源

此服务器未提供任何资源。

提示词

此服务器未提供任何提示词。

服务器信息

作者
DigitalOcean (@digitalocean)
代码仓库
https://github.com/digitalocean/digitalocean-mcp
许可证
Apache-2.0
版本
0.3.0
星标
300
最后更新
2026年7月9日