digitalocean-mcp

DigitalOcean MCP Server for deploying and managing apps on App Platform

GitHub Stars

71

User Rating

Not Rated

Favorites

0

Views

25

Forks

9

Issues

4

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 12 or higher
npm: Required
DigitalOcean Personal Access Token: Token with App Platform scopes
MCP Client: Claude Desktop (v1.9+), Cursor, etc.

Installation Steps

1. Generate Your API Token

Go to [DigitalOcean’s API settings](https://cloud.digitalocean.com/account/api/tokens) and create a new Personal Access Token with App Platform permissions.

2. Add the Server to Your MCP Client

Add the following JSON snippet to your client’s MCP config file:
json
{
  "mcpServers": {
    "digitalocean-mcp": {
      "command": "npx",
      "args": ["@digitalocean/mcp"]
    }
  }
}

3. Start Server

bash
npx @digitalocean/mcp

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Not recognized by MCP client Solution: Verify configuration file path and syntax.

Additional Resources