Labsco
cr2007 logo

Wordle MCP

โ˜… 2

from cr2007

Fetches the Wordle solution for a specific date, available from 2021-05-19 up to 23 days in the future.

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

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

What it is โ€” an MCP server that fetches the official Wordle solution for any given date, for anyone who wants their AI assistant to look up puzzle answers.

What you get โ€”

  • Wordle answer lookup by date โ€” e.g. "what's today's Wordle solution?" or a specific date like 2024-03-15
  • Backed by the Wordle API; solutions available only from 2021-05-19 to 23 days in the future
  • Ships both this Python build and a lighter/faster Go sibling
  • Runs via Docker (recommended) or uvx straight from the git repo

Requirements โ€” nothing โ€” no API keys or accounts (env is empty); you only need Docker or uv installed.

Cost snapshot โ€” free and open source (no license stated in the excerpt); the underlying Wordle API is used for free, no key required.

Setup effort โ€” drop a small JSON block into your MCP client pointing at the Docker image or uvx --from git+...; pull the image first if Docker errors on first run.

Our take โ€” a fun, zero-cost novelty for Wordle players; just note dates outside the 2021-05-19-to-+23-days window return an API error, and it leans on an unofficial Wordle endpoint.

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