Wordle MCP

Wordle MCP

MCP Server that gets the Wordle Solution for a particular date.

2
Stars
0
Forks
0
Releases

Overview

Wordle MCP (Python) is a Python-based MCP Server designed to fetch Wordle daily solutions through the official Wordle API. It is intended for use within the MCP Server ecosystem and can be deployed via Docker or installed via uvx. The README provides a Docker-based deployment using the ghcr.io/cr2007/mcp-wordle-python:latest image with DOCKER_CONTAINER=true, enabling containerized operation. Alternatively, you can install via uvx by pulling from GitHub with the git URL and the mcp-wordle package, which offers a quick setup. Important constraints: Wordle solutions are only available starting from 2021-05-19 and up to 23 days into the future; requests for other dates will return an API error. A Go version is also available for a lighter, faster implementation. The repo includes an example for Claude Desktop usage and invites contributions via forking and pull requests.

Details

Owner
cr2007
Language
Python
License
Updated
2025-12-07

Features

Wordle solution retrieval via Wordle API

Fetches the daily Wordle solution for a given date using the Wordle API.

Date-limited availability

Wordle solutions are available only from 2021-05-19 to 23 days in the future; other dates return API errors.

Docker deployment

Provides a Docker-based deployment using the ghcr.io/cr2007/mcp-wordle-python:latest image with DOCKER_CONTAINER=true.

uvx installation

Can be installed via uvx by pulling from GitHub with the git URL to the mcp-wordle-python package.

Go version available

A Go version of this MCP Server exists for a lighter, faster alternative.

Contribution-friendly

Contributions are welcome via forks and pull requests.

Tags

WordleMCPPythonWordle APIWordle solutionsDockeruvx