DigitalOcean
БесплатноНе проверенIntegrates with DigitalOcean's cloud platform API to enable management of cloud resources, deployment of applications, and monitoring of infrastructure through
Описание
Integrates with DigitalOcean's cloud platform API to enable management of cloud resources, deployment of applications, and monitoring of infrastructure through natural language commands.
README
⚠️ ARCHIVE NOTICE
This repository has been archived. Please use @digitalocean-labs/mcp-digitalocean
This MCP server exposes DigitalOcean App Platform functionality through standardized tools that can be used by any MCP client, including Claude Desktop and Cursor. It enables AI assistants to directly manage your DigitalOcean apps without writing code or memorizing API endpoints.
Install MCP Server
📚 Table of Contents
🚀 What Can You Do With It?
You can now do things like:
- Deploy a new app from a GitHub repo
- Quickly redeploy an existing app with the latest changes
- See logs, restart components, or delete old environments
- Check available regions and create apps based on what’s supported
- Build and deploy an app from scratch, entirely through your assistant
...and more!
🧰 Prerequisites
To use the DigitalOcean MCP Server, you’ll need:
- Node.js (≥ 12) & npm
- A DigitalOcean Personal Access Token with App Platform scopes
- A supported MCP client:
- Claude Desktop (v1.9+)
- Claude Code
- Cursor
- Windsurf
- (Optional but helpful): GitHub CLI (gh) - useful for cloning repos, creating projects, and working with GitHub-based apps.
💡 You do not need to install anything—this server runs via npx, with just a one-line config added to your MCP client.
⚙️ Setting up your DigitalOcean MCP Server
1. Generate Your API Token
Head to DigitalOcean’s API settings and create a new Personal Access Token with App Platform permissions.
2. Add the Server to Your MCP Client
Add this JSON snippet to your client’s MCP config file:
{
"mcpServers": {
"digitalocean": {
"command": "npx",
"args": ["@digitalocean/mcp"],
"env": {
"DIGITALOCEAN_API_TOKEN": "YOUR_DO_TOKEN"
}
}
}
}
Here’s what each part of the snippet does:
- command: how to launch the server (
npxor full path)
- command: how to launch the server (
- args: the package name
- env: insert your DO token here
Then follow the instructions for your specific tool:
Claude Desktop
- Go to Settings → Developer → Edit Config
- Add the snippet above to
claude_desktop_config.json - Replace
YOUR_DO_TOKENwith your token - Save and restart Claude Desktop
- You'll see “digitalocean” listed as an available server
Setting up DigitalOcean MCP Server in Claude Desktop
Cursor
- Go to Settings → Cursor Settings → MCP → Add a new global MCP server
- Cursor will open
~/.cursor/mcp.json - Add the snippet above to this json file
- Replace
YOUR_DO_TOKENwith your token - Save, and return to MCP Settings.
- You should now see “digitalocean” in Cursor’s MCP settings
Setting up DigitalOcean MCP Server in Cursor
Windsurf Setup
- In Windsurf: Settings → Windsurf Settings → Cascade → MCP → Add Server → Add custom server
- Windsurf will open
~/.codeium/windsurf/mcp_config.json - Add the snippet above to this json file
- Replace
YOUR_DO_TOKENwith your token - Save, and return to MCP Settings.
- You should now see “digitalocean” in Windsurf's MCP settings
Setting up DigitalOcean MCP Server in Windsurf
💬 Example Prompts
Once it’s configured, try asking your assistant:
“List all active apps on my account”
“Create a new app from https://github.com/do-community/do-one-click-deploy-flask with 1GB RAM in NYC3”
“Show logs for checkout-service”
“Cancel the current deployment for marketing-site”
“Delete the old `staging-env` app”
The assistant will send the request → the MCP server talks to DigitalOcean → you get structured results, ready to act on.
Available Tools
| Category | Commands |
|---|---|
| Apps | list_apps, create_app, get_app, update_app, delete_app, restart_app |
| Deployments | list_deployments, create_deployment, get_deployment, cancel_deployment |
| Logs | retrieve_active_deployment_logs, download_logs |
| Infra | list_app_regions, list_instance_sizes |
| Alerts | list_app_alerts, update_app_alert_destinations |
| Rollbacks | validate_app_rollback, rollback_app, commit_app_rollback, revert_app_rollback |
| Metrics | get_app_bandwidth_daily_metrics, get_all_app_bandwidth_daily_metrics |
| Validation | validate_app_spec |
Troubleshooting
The server doesn’t appear in your client?
- Make sure your JSON config is saved and valid
- Restart your MCP client (Claude, Cursor, Windsurf)
Token not working?
- Check that it has App Platform access
- Try generating a fresh one
JSON errors?
- No trailing commas
- No comments allowed in JSON
You can also test the server directly by running:
npx @digitalocean/mcp
Contributing
We’d love your help improving this! Bug reports, new features, and docs improvements are all welcome.
- Fork this repo
- Create a branch (
git checkout -b feature/awesome-tool) - Open a PR
License
This project is licensed under the MIT License.
Установить DigitalOcean в Claude Desktop, Claude Code, Cursor
unyly install digitaloceanСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add digitalocean -- npx -y @digitalocean/mcpПошаговые гайды: как установить DigitalOcean
FAQ
DigitalOcean MCP бесплатный?
Да, DigitalOcean MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для DigitalOcean?
Нет, DigitalOcean работает без API-ключей и переменных окружения.
DigitalOcean — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить DigitalOcean в Claude Desktop, Claude Code или Cursor?
Открой DigitalOcean на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare DigitalOcean with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
