The DigitalOcean MCP server allows AI agents to deploy and manage applications on DigitalOcean's App Platform. It exposes tools for creating, updating, and scaling apps, as well as managing environments and services. The server connects directly to the DigitalOcean App Platform API, enabling developers to automate app lifecycle management and integrate with CI/CD pipelines.
The DigitalOcean MCP server allows AI agents to deploy and manage applications on DigitalOcean's App Platform. It exposes tools for creating, updating, and scaling apps, as well as managing environments and services. The server connects directly to the DigitalOcean App Platform API, enabling developers to automate app lifecycle management and integrate with CI/CD pipelines.
npx -y @digitalocean/mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"digitalocean-digitalocean-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y @digitalocean/mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from digitalocean mcp?"
API Key Required
This server requires an API key from digitalocean mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| DIGITALOCEAN_MCP_API_KEY | Yes | Your digitalocean mcp API key |
"What resources are available in digitalocean mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in digitalocean mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in digitalocean mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.