Fetches daily Wordle solutions for a specific date via the Wordle API.
[!NOTE] To check out the Go version of this MCP Server (lighter, faster), click here
A MCP Server for fetching the Wordle solutions via the Wordle API.
[!IMPORTANT] Wordle solutions are only available from 2021-05-19, to 23 days in the future. Any other attempts at calling other dates will return an error from the API
Ensure that you have Docker installed. Add this to your MCP Server configuration:
{
"mcpServers": {
"Wordle MCP (Python)": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"--init",
"-e",
"DOCKER_CONTAINER=true",
"ghcr.io/cr2007/mcp-wordle-python:latest"
]
}
}
}
[!IMPORTANT]
If you get an error on Claude Desktop for the first time, just make sure to pull the image before running.docker pull ghcr.io/cr2007/mcp-wordle-python:latest
uvx
The quickest and easiest method to get started. Make sure to install uv
before adding this in your configuration.
Add this to your MCP server configuration:
{
"mcpServers": {
"Wordle MCP (Python)":{
"command": "uvx",
"args": [
"--from",
"git+https://github.com/cr2007/mcp-wordle-python",
"mcp-wordle"
]
}
}
}
Contributions are welcome! You may fork the repo, create your changes in a branch, and then create a Pull Request
MCP Server for DealX platform
Generates O'RLY? (O'Reilly parody) book covers.
Interact with EduBase, a comprehensive e-learning platform with advanced quizzing, exam management, and content organization capabilities
Provides club information and advanced player statistics for Euroleague and Eurocup basketball from the Euroleague API.
Detects Chinese mobile phone carriers, including China Mobile, China Unicom, China Telecom, and virtual operators.
Provides AI agents with read-only access to SignalK marine data systems, enabling queries of vessel navigation data, AIS targets, and system alarms.
An MCP server for accessing Bazi (Chinese astrology) data, requiring an API key.
A collection of Model Context Protocol (MCP) servers for various tasks and integrations, supporting both Python and Node.js environments.
A TypeScript-based MCP server for interacting with the Etsy API, featuring a simple notes system.
Integrates with PSG College of Technology's e-campus portal to provide AI assistants access to student academic data like marks, attendance, and timetables.