DigitalOcean MCP Prototype
List your app platform apps, view alerts and deployments using the Model Context Protocol.
Setup
- Generate a Digital Ocean token here
cp .env.example .envand add your token.- Put this in your Claude config.
{
"mcpServers": {
"digitalocean": {
"command": "uv",
"args": [
"--directory",
"/{ABSOLUTE_PATH_TO_REPO}",
"run",
"main.py"
]
}
}
}
Recommend MCP Servers 💡
mcp-server-kintone
An MCP server that enables AI tools like Claude Desktop to interact with and manipulate kintone data.
sesv2-mcp-server
A sample Model Context Protocol (MCP) server for Amazon Simple Email Service (SESv2) that exposes all public SES v2 API actions, enabling email sending, account resource access, and more.
esxi-mcp-server
A VMware ESXi/vCenter management server based on MCP, providing REST API interfaces for virtual machine management.
mcp-konnect
A Model Context Protocol (MCP) server enabling AI assistants to interact with Kong Konnect APIs for querying and analyzing gateway configurations, traffic, and analytics.
py-az-mcp
An MCP server providing programmatic access to Azure Cloud resources via Azure CLI commands
@netlify/mcp
Enables code agents to use the Netlify API and CLI to create new projects and manage deployments, speeding up development workflows.