πŸ“šAllForClaude
SkillsMCPPluginsCategoriesHow to install
πŸ“š AllForClaude

Skills, MCP Servers & Plugins for Claude, All in One Place.

By type

  • Skills
  • MCP Servers
  • Plugins
  • Subagents
  • Slash Commands

Categories

  • πŸ’» Development & Coding
  • ⚑ Productivity & Automation
  • 🎨 Creative, Design & Art
  • πŸ“„ Documents & Office
  • πŸ’¬ Communication & Messaging
  • πŸ€– AI & Machine Learning

Learn

  • How to install
  • All categories
  • Search

Β© 2026 AllForClaude. An independent, community directory β€” not affiliated with Anthropic.

Aggregated from claudeskills.info, skillshubmcp.com, claudedirectory.org & the official MCP registry.

  1. Home
  2. /MCP Servers
  3. /Productivity & Automation
  4. /DigitalOcean
⚑

DigitalOcean

πŸ”ŒMCP Server⚑Productivity & Automation80

Manage Droplets, App Platform deployments, databases, Kubernetes clusters, and storage on DigitalOcean

By DigitalOcean

digitaloceanclouddeploymentinfrastructurehosting
Install command
npx @digitalocean/mcp

How to install

MCP Server

MCP servers let Claude connect to external tools & services. Add this server to your MCP config, then restart the app.

Claude Desktop / Claude Code (local, stdio):

Add to claude_desktop_config.json (Desktop) or .mcp.json (Claude Code):

config
{
  "mcpServers": {
    "digitalocean": {
      "command": "npx",
      "args": ["-y", "npx"]
    }
  }
}

Claude.ai (remote / hosted):

Settings β†’ Connectors β†’ β€œ+” β†’ search the directory β†’ Connect, then authenticate via OAuth if prompted.

Config keys vary per server β€” always follow the server's own README. Restart Claude after adding it.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’

Source

  • Claude Directory

More in Productivity & Automation

View all β†’
⚑
🧩Skillβ˜… Featured

Executing Plans

Use when you have a written implementation plan to execute in a separate session with review checkpoints

⚑Productivity & Automation247,389
⚑
🧩Skillβ˜… Featured

Finishing A Development Branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

⚑Productivity & Automation247,389
⚑
🧩Skillβ˜… Featured

Using Superpowers

Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions

⚑Productivity & Automation247,389
⚑
🧩Skillβ˜… Featured

Writing Plans

Use when you have a spec or requirements for a multi-step task, before touching code

⚑Productivity & Automation247,389

How to install

MCP Server

MCP servers let Claude connect to external tools & services. Add this server to your MCP config, then restart the app.

Claude Desktop / Claude Code (local, stdio):

Add to claude_desktop_config.json (Desktop) or .mcp.json (Claude Code):

config
{
  "mcpServers": {
    "digitalocean": {
      "command": "npx",
      "args": ["-y", "npx"]
    }
  }
}

Claude.ai (remote / hosted):

Settings β†’ Connectors β†’ β€œ+” β†’ search the directory β†’ Connect, then authenticate via OAuth if prompted.

Config keys vary per server β€” always follow the server's own README. Restart Claude after adding it.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’