← Claude MCP Servers Directory

🐳

Docker MCP Server

Community

About

Manage Docker containers and images. Control Docker operations from your AI assistant.

Features

  • Container management
  • Image operations
  • Volume control
  • Network management

Installation

Using Claude Desktop

Add this configuration to your Claude Desktop config file:

{
  "mcpServers": {
    "docker": {
      "command": "npx",
      "args": [
        "-y",
        "@docker/mcp-server"
      ]
    }
  }
}

Using Cursor

Configure in your Cursor settings (Settings > MCP):

{
  "docker": {
    "command": "npx",
    "args": [
      "-y",
      "@docker/mcp-server"
    ]
  }
}

How to Use

Once installed, you can ask your AI assistant to:

  • "List running containers"
  • "Start/stop containers"
  • "Build images"