Labsco
cr2007 logo

Wordle MCP - Go

โ˜… 3

from cr2007

Fetches daily Wordle solutions using the official Wordle API.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” a small MCP server, written in Go, that fetches the daily Wordle solution via the official Wordle API for use in Claude Desktop.

What you get โ€”

  • Daily Wordle answer lookups by date
  • Runs as a Docker container or a local Go build
  • Simple client config (Docker run block or path to the built binary)

Requirements โ€” nothing external โ€” no API keys or accounts; just Docker (recommended) or Go installed.

Cost snapshot โ€” free and open source (license unspecified in metadata). Uses the public Wordle API at no cost.

Setup effort โ€” Docker one-liner via ghcr.io/cr2007/mcp-wordle-go:latest, or clone and go build.

Our take โ€” A fun, tiny toy; the real limit is data โ€” solutions are only available from 2021-05-19 to 23 days in the future, and any other date returns an API error.

Source: the project README โ€” summarized 2026-07-08.