Docker Hub MCP Server
About
MCP server for Docker Hub image statistics. No API key required.
Details
- Author
- geniustechnomystic
- Categories
- Developer Tools
Jump to
Setup
Install Docker Hub MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/geniustechnomystic/docker-hub-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
A Model Context Protocol (MCP) server for querying Docker Hub image statistics. Provides pull counts, star counts, descriptions, official/verified status, and publisher catalogs through the public Docker Hub API — no API key required.
- get_image_stats(image)— single image metadata (pulls, stars, last_updated, description, is_official, is_verified)
- search_images(query, limit)— keyword search across Docker Hub
- batch_image_stats(images)— concurrent lookup for up to 100 images
- get_publisher_images(publisher, limit)— catalog all images from a namespace (e.g.library,bitnami,grafana)
pip install docker-hub-mcp docker-hub-mcp
{ "mcpServers": { "docker-hub-mcp": { "command": "uvx", "args": ["docker-hub-mcp"] } } }
{ "mcpServers": { "docker-hub-mcp": { "command": "uvx", "args": ["docker-hub-mcp"] } } }
docker-hub-mcp: command: uvx docker-hub-mcp lazy_spawn: true timeout: 30s env: {}
# Get stats for nginx get_image_stats({"image": "nginx"}) # → pull_count: 13.2B, star_count: 21K, is_official: true # Search for postgres search_images({"query": "postgres", "limit": 5}) # → ranked results with pulls, stars, official flags # Batch compare web servers batch_image_stats({"images": ["nginx", "httpd", "caddy", "traefik"]}) # Catalog a publisher get_publisher_images({"publisher": "bitnami", "limit": 25})
Uses theDocker Hub API(/v2/repositoriesand/v2/search).
- Auth:None required for public data
- Rate limit:~4,400 requests per 6 hours (unauthenticated)
git clone https://github.com/GeniusTechnoMystic/docker-hub-mcp.git cd docker-hub-mcp uv sync uv run docker-hub-mcp
Other Docker Hub MCP servers in the ecosystem:
- Zero auth— no API key, no PAT, no Docker account needed. Justuvx docker-hub-mcp
- Python ecosystem— only Python implementation. Install viapiporuvx, no Node.js needed
- Batch operations—batch_image_statsis unique — no competitor offers concurrent multi-image lookup
- Test coverage— 46 tests with mocked HTTP (pytest-httpx), the most thorough test suite of any Docker Hub MCP server
- MIT license— permissive, easy to embed
- docker/hub-mcp— if you need repository management (create, update, delete), tag listing, or Docker Hardened Images. Requires PAT for write operations.
- lucadruda/docker-hub-mcp-server— if you need full Docker Hub API coverage (collaborators, webhooks, stars, namespaces). Requires PAT.
- RSVINEETHA/DockerHub-MCP-Server— minimal alternative, requires PAT.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





