Docker Npx
Freeby MCP Community
🐋 Docker MCP Server with NPX support - Manage Docker containers, images, networks, and volumes with natural language. Includes Docker socket access and remote
v0.4.0Added Apr 12, 2026
mcpdockercontainersdocker-managementmodel-context-protocol
Docker Npx MCP Server
🐋 Docker MCP Server with NPX support - Manage Docker containers, images, networks, and volumes with natural language. Includes Docker socket access and remote
Installation
Reviews
Installation
Quick install
npx -y @thelord/mcp-server-docker-npx
Add to claude_desktop_config.json
{
"mcpServers": {
"docker-npx": {
"command": "npx",
"args": ["-y", "@thelord/mcp-server-docker-npx"]
}
}
}