DigitalOcean API MCP Config
# Introduction The DigitalOcean API allows you to manage Droplets and resources within the DigitalOcean cloud in a simple, programmatic way using conventional HTTP requests. All of the functionality that you are familiar with in the DigitalOcean control panel is also available through the API, all
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcpbridge.org/config/digitalocean-com.jsonOne-Click Install
Copy the snippet for your MCP client and paste it in — zero editing required.
Claude Desktop
Add to claude_desktop_config.json
{
"mcpServers": {
"digitalocean-com": {
"command": "npx",
"args": [
"-y",
"@mcp/digitalocean-com"
],
"env": {
"DIGITALOCEAN_API_API_KEY": "your_digitalocean_api_api_key"
}
}
}
}Cursor
Settings → MCP Servers → Add
{
"mcpServers": {
"digitalocean-com": {
"url": "https://mcpbridge.org/config/digitalocean-com.json"
}
}
}VS Code
Use with MCP extension
{
"mcpServers": {
"digitalocean-com": {
"url": "https://mcpbridge.org/config/digitalocean-com.json"
}
}
}Configuration JSON
Use curl https://mcpbridge.org/config/digitalocean-com.json to fetch programmatically.
{
"mcpServers": {
"digitalocean-com": {
"command": "npx",
"args": ["-y","@mcp/digitalocean-com"],
"env": {
"DIGITALOCEAN_API_API_KEY": "your_digitalocean_api_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcpbridge.org/config/digitalocean-com.jsonEnvironment Variables
DIGITALOCEAN_API_API_KEYReplace your_digitalocean_api_api_key with your actual digitalocean api api key
Endpoints
/v2/1-clicksList 1-Click Applications
/v2/1-clicks/kubernetesInstall Kubernetes 1-Click Applications
/v2/accountGet User Information
/v2/account/keysList All SSH Keys
/v2/account/keysCreate a New SSH Key
/v2/account/keys/{ssh_key_identifier}Retrieve an Existing SSH Key
/v2/account/keys/{ssh_key_identifier}Update an SSH Key's Name
/v2/account/keys/{ssh_key_identifier}Delete an SSH Key
/v2/actionsList All Actions
/v2/actions/{action_id}Retrieve an Existing Action
Similar APIs
Other APIs in the Cloud Infrastructure category.
Supabase API
Manage Supabase projects, databases, authentication, and storage through your AI agent.
https://mcpbridge.org/config/supabase.jsonCloudflare API
Manage Cloudflare DNS, CDN, Workers, and security settings through your AI agent.
https://mcpbridge.org/config/cloudflare.jsonVercel API
Deploy projects, manage domains, and monitor deployments through your AI agent.
https://mcpbridge.org/config/vercel.jsonAWS Migration Hub
<p>The AWS Migration Hub API methods help to obtain server and application migration status and integrate your resource-specific migration tool by providing a programmatic interface to Migration Hub.</p> <p>Remember that you must set your AWS Migration Hub home region before you call any of these AP
https://mcpbridge.org/config/amazonaws-com-awsmigrationhub.json