Labsco
MCP SERVER

Wordle MCP

by cr2007

Look up the Wordle solution for any date from the official Wordle API.

Games, Entertainment & FandomVerified
Summary
One tool, one answer, no setup.

It exists to settle a Wordle argument, and it does that without an account or a key. The date range is the only thing to know: solutions start at 2021-05-19 and stop 23 days ahead.

What it is

A single-purpose MCP server that fetches the Wordle answer for a given date from the Wordle API. Nothing else is in it — one tool, no account, no state.

What you get
  • get_wordle_solution — the Wordle answer for a date; the API covers 2021-05-19 through 23 days into the future, and any other date returns an error
Requirements

Nothing to configure. Run it with uvx from the repository, or with the published Docker image ghcr.io/cr2007/mcp-wordle-python; either way the client launches it over stdio. A lighter Go build of the same server is published separately.