mcpbeat Sign in

Docker Hub MCP Server

local only

Docker Hub MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Look up Docker images, tags, and pull counts from Docker Hub. No key required.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · docker-hub-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add docker-hub-mcp -- npx -y docker-hub-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docker-hub-mcp": {
      "args": [
        "-y",
        "docker-hub-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docker-hub-mcp]
command = "npx"
args = ["-y", "docker-hub-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "docker-hub-mcp": {
      "args": [
        "-y",
        "docker-hub-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docker-hub-mcp": {
      "args": [
        "-y",
        "docker-hub-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Docker Hub MCP

same job, measured the same way
Docker Facts
by kaiv

Does that Docker tag actually exist? Real tags, sizes and platforms, live from Docker Hub.

3 tools answering
Terraform Registry MCP
by mrfentmen

Terraform providers and modules from the registry. No key required.

local only
Dockerhub
by pipeworx-io

Docker Hub MCP — wraps the Docker Hub v2 API (free, no auth required for public data)

35 tools answering
D
PreviewDrop
by previewdrop

Deploy any Git branch to a live HTTPS preview URL from your agent. No Dockerfile required.

387 installs/wk local only
Breezedeploy
by przemekzur

Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.

39 installs/wk local only
Docker
by ofershap

MCP server for Docker — manage containers, images, volumes, and compose services from your IDE

167 installs/wk local only
Fly Io
by pulsemcp

MCP server for managing Fly.io machines, apps, logs, and Docker images.

29 installs/wk local only
Docker
by dave-london

Structured Docker operations (ps, images, logs, build) as typed JSON.

local only

Docker Hub MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Docker Hub MCP?
Docker Hub MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package docker-hub-mcp.
Is Docker Hub MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Docker Hub MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls docker-hub-mcp straight from npm; nothing to host, nothing to sign up for.