Wordle MCP - Go
Fetches daily Wordle solutions using the official Wordle API.
Wordle MCP - Go
[!NOTE] To check out the Python version of this MCP Server, click here
A MCP Server implemented in Go 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
Index
Get Started
Using Docker (recommended)
The quickest and easiest method to get started. Ensure that you have Docker installed.
Add this to your MCP Server configuration:
{
"mcpServers": {
"Wordle-MCP-Go": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"--init",
"-e",
"DOCKER_CONTAINER=true",
"ghcr.io/cr2007/mcp-wordle-go: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-go:latest
Local Setup
For this setup, you need to make sure that you have the Go programming language installed on your machine.
Setup
Before adding this to your MCP Server, you need to do the following:
# Clone the Git repository
git clone https://github.com/cr2007/mcp-wordle-go
cd mcp-wordle-go
# Install the dependencies
go mod tidy
# Build the executable
go build main.go
Add this to your MCP server configuration:
{
"mcpServers": {
"Wordle-MCP-Go":{
"command": "ABSOLUTE//PATH//TO//main.go",
}
}
}
Examples on Claude Desktop
Contributing
Contributions are welcome! You may fork the repo, create your changes in a branch, and then create a Pull Request
เซิร์ฟเวอร์ที่เกี่ยวข้อง
F1 MCP Server
Provides advanced Formula 1 data analysis, including real-time telemetry, tire performance, weather prediction, and race strategy simulation.
httpay x402 MCP Server
MCP server exposing 90+ crypto API tools with automatic x402 USDC micropayment handling — gas oracle, token lookup, wallet risk analysis, market mood, and more on Base.
Phone Carrier Detector
Detects Chinese mobile phone carriers, including China Mobile, China Unicom, China Telecom, and virtual operators.
BlazeMeter MCP Server
MCP Server for AI-driven BlazeMeter performance testing
Paramus Chemistry INTENT
Makes hundreds of chemical calculations and AI model functions accessible to LLMs
Simtheory
MCP client with model switching, assistants and agentic mode.
mcp-server-gemini-bridge
Bridge to Google Gemini API. Access Gemini Pro and Flash models through MCP.
OpenDART MCP
orean corporate disclosure & financial data from DART (금융감독원 전자공시시스템). Search companies, filings, and financial statements via OpenDART API.
Public Data Portal Short-term Forecast
Provides current weather information using the Korea Meteorological Administration's short-term forecast API.
ThinkPLC-MCP
Interface with SIEMENS PLC S7-1500/1200 using their JSON-RPC 2.0 API, exposing PLC functionalities as MCP tools for programmatic interaction.