Docker shipped the MCP Toolkit as a local catalog of containerized MCP servers inside Docker Desktop. wmcp.sh runs MCP tools on Cloudflare's global edge. Different shapes — local privacy & dev ergonomics vs. multi-tenant always-on. Here's when each fits.
Most developers will use both eventually: Docker MCP Toolkit for local-only servers, wmcp.sh for hosted reach.
wmcp.sh is not affiliated with, endorsed by, or sponsored by Docker, Inc. All claims about Docker MCP Toolkit are based on Docker's public documentation and subject to change.
A Docker Desktop feature that ships a curated catalog of MCP servers packaged as local containers. Pull, run, and connect from Claude Desktop / Cursor on your machine. Container-level isolation, image signing, never leaves your laptop.
A hosted MCP gateway on Cloudflare Workers. Any agent on the public internet can call wmcp.sh's tools over HTTPS without installing anything. OpenAPI ingest, shopper-side adapters, OAuth-proxy MCP, oracle/price-data.
| Capability | Docker MCP Toolkit | wmcp.sh |
|---|---|---|
| Runtime location | Local containers on developer's machine | Cloudflare Workers edge — 300+ POPs |
| Requires Docker Desktop | Yes | No — anything that speaks HTTPS can call |
| Cold-start | Container start time (after first pull) | Millisecond Workers warm-up; no image pulls |
| Privacy does the server see public traffic? |
✅ Local — never touches internet | Hosted — traffic crosses Cloudflare edge |
| Image signing / supply chain | ✅ Docker signs catalog images | Source code public (MIT); deployed worker is wmcp.sh's responsibility |
| Multi-tenant agent access non-local clients (Claude.ai web) |
❌ Local-only by design | ✅ Any client over HTTPS, including hosted agents |
| OpenAPI spec ingest | Some servers, varies per image | ✅ Any OpenAPI 3 spec → MCP tools automatically |
| Shopper-side adapters e.g. any Shopify storefront |
Out of scope | ✅ Shopify adapter on ~4M+ stores |
| OAuth-proxy MCP server | Per-image; varies | ✅ wmcp.sh/mcp/<provider> — RFC 7591 / PKCE |
| Price-data / oracle adapters | Some images available; varies | ✅ Native: CoinGecko + DefiLlama + Pyth + Chainlink + DexScreener |
| Pricing | Docker Desktop license applies (see Docker site) | 100 reads/day free anonymous; managed from $499 one-time |
Feature and pricing details for Docker MCP Toolkit are based on Docker's public documentation and subject to change. See docs.docker.com for canonical info.
Docker MCP Toolkit:
┌──────────────────────────────────┐
│ Developer's machine │
│ ┌──────────┐ ┌──────────┐ │
│ │ Claude │→ │ Docker │ │
│ │ Desktop │ │ Desktop │ │
│ └──────────┘ └────┬─────┘ │
│ │ │
│ ┌────▼─────┐ │
│ │ Container│ │
│ │ MCP svr │ │
│ └──────────┘ │
└──────────────────────────────────┘
wmcp.sh:
┌──────────────────────────────┐ ┌────────────────────────────┐
│ Any agent, anywhere │ HTTPS │ Cloudflare edge (300 POPs)│
│ Claude.ai / Cursor / Web │ ──────→ │ wmcp.sh worker │
│ LangChain / OpenAI Agents │ │ • OpenAPI ingest │
│ │ │ • Shopify / OAuth proxy │
└──────────────────────────────┘ └────────────────────────────┘
# Hit it from any machine, no Docker required:
curl 'https://wmcp.sh/api/v1/tools?url=https://api.llama.fi/protocols'
Custom MCP adapter + hosted endpoint at mcp.yourbrand.com + verified badge. From $499 one-time setup; Managed Retainer $999/mo; Enterprise $4,999+/mo.