
Docker Claude Plugins
- 17 repo stars
- Updated February 27, 2026
- docker/claude-plugins
docker-claude-plugins is a Claude Code plugin that officially integrates Docker Desktop’s MCP toolkit and containerized MCP server access.
About
docker-claude-plugins is Docker’s official Claude Code integration: a single plugin that connects your coding agent to the Docker Desktop MCP toolkit so tools run inside managed containers instead of polluting your host. For developers, that means you can spin up MCP servers with clearer boundaries, reuse Desktop’s gateway, and keep dependencies isolated while you iterate on agents, APIs, or CLIs. The listing stresses enabling MCP on Docker Desktop first—this is an integration step, not a turnkey app generator. It is narrower than a full DevOps suite: no substitute for production orchestration docs, but valuable when every experiment used to break your local Node or Python install. Pair it with your own skill prompts once the gateway is live.
- Official docker/claude-plugins repository with one focused plugin
- Docker Desktop MCP toolkit integration for Claude Code
- Gateway pattern for enabling containerized MCP servers
- Requires Docker Desktop with MCP tooling enabled
- Suited to local, containerized agent tool access rather than cloud-only workflows
Docker Claude Plugins by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install docker-claude-plugins@docker/claude-pluginsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 17 |
|---|---|
| Last updated | February 27, 2026 |
| Repository | docker/claude-plugins ↗ |
What it does
Add Docker’s official Claude Code plugin so your agent can use the MCP toolkit and containerized dev environments through Docker Desktop.
Who is it for?
Best when you're already on Docker Desktop and want Claude Code to use MCP servers in containers without manual wiring each time.
Skip if: Skip if you're without Docker Desktop, production Kubernetes-only shops seeking cluster plugins, or users and only need markdown skills with no MCP.
What you get
After install, Claude Code can route MCP tool calls through Docker Desktop’s containerized gateway for cleaner, repeatable local integrations.
- Working Claude Code ↔ Docker MCP gateway
- Containerized MCP server endpoints for agent tools
By the numbers
- 1 plugin in bundle
- Repository: docker/claude-plugins
- Official Docker integration category
Recommended Plugins
How it compares
Official Docker MCP integration plugin, not a wasmCloud skill bundle or a Ralph-style iteration framework.
FAQ
Who is Docker Claude Plugins for?
Claude Code users on Docker Desktop who want official, container-backed MCP server access via the MCP toolkit.
When should I use Docker Claude Plugins?
Use it during Build when you are enabling agent tools that should run in containers rather than on your bare-metal environment.
How do I add Docker Claude Plugins to my agent?
Install the plugin from docker/claude-plugins, ensure Docker Desktop is installed with MCP toolkit enabled, then register the plugin in Claude Code per Docker’s README.