Query & move data

Retrieve Wordle Solutions via API

Programmatically retrieve Wordle solutions from the official API for dates ranging from May 19, 2021, up to 23 days in the future. Supports Docker deployment.

Without it

Stand up the Docker server yourself — bot tokens or OAuth, a process to host and keep alive, updates to chase.

With it

Install once and it is wired straight into your agent.

What you get

  • Fetch Wordle solutions for specific dates
  • Access solutions from May 19, 2021, onwards
  • Retrieve solutions up to 23 days in the future
  • Deploy using Docker for easy integration

Connect it yourself

Use hosted

Beta

Use this with MCP Gate

Connect this and other MCP tools to your agents through one endpoint, with usage billed in one place.

CSK ExtractScrapeQuery a database

MCP server for retrieving Wordle solutions through the Wordle API for dates from 2021-05-19 to 23 days in the future.

Installation

Docker (recommended)

docker pull ghcr.io/cr2007/mcp-wordle-python:latest

uvx

uvx --from git+https://github.com/cr2007/mcp-wordle-python mcp-wordle

Configuration

Docker Configuration

{
  "mcpServers": {
    "Wordle MCP (Python)": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "--init",
        "-e",
        "DOCKER_CONTAINER=true",
        "ghcr.io/cr2007/mcp-wordle-python:latest"
      ]
    }
  }
}

uvx Configuration

{
  "mcpServers": {
    "Wordle MCP (Python)":{
      "command": "uvx",
        "args": [
          "--from",
          "git+https://github.com/cr2007/mcp-wordle-python",
          "mcp-wordle"
        ]
      }
  }
}

Features

  • Retrieve Wordle solutions for specific dates
  • Access solutions from 2021-05-19
  • Support for solutions up to 23 days in the future
  • Containerized deployment via Docker
  • Go version available for lighter/faster performance

Environment Variables

Required

  • DOCKER_CONTAINER - Set to true when running in a Docker container

Notes

Wordle solutions are available only from 2021-05-19 to 23 days in the future. Any attempts to request other dates will return an API error. A Go version is also available for better performance: https://github.com/cr2007/mcp-wordle-go

Comments (0)

Sign In Sign in to leave a comment.