docker for Claude Desktop
io.github.dave-london/docker
Structured Docker operations (ps, images, logs, build) as typed JSON.
client:Claude Desktop
transport:stdio
runtime:npm
Install docker in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"docker": {
"command": "npx",
"args": [
"-y",
"@paretools/docker"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs