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
Verwandte Server
openterms-mcp
Ed25519-signed consent receipts + programmable policy engine for AI agents before they take actions.
Global Entry Alerts
Query real-time Global Entry interview appointment wait times across all 130+ US enrollment centers. Free, no auth required.
Gaggiuino MCP
An MCP server for the Gaggiuino open-source espresso machine, providing real-time local network access to machine status and shot data.
CryptoAPIs MCP HD Wallet
MCP server for HD wallet management, balance retrieval, and sync on EVM, UTXO, and XRP blockchains via Crypto APIs
Kite Trading
A server for performing trading operations using the Kite Connect API.
Natural Disaster Intel MCP
FEMA disaster declarations, NOAA severe weather alerts, and USGS earthquake data. 4 MCP tools for real-time disaster monitoring.
Earnings Feed
SEC filings and insider trades in real-time. 10-K, 10-Q, 8-K, Form 4, and company lookup.
Uncyclopedia MCP Server
An MCP server for performing operations on Uncyclopedia with interactive authentication.
Janee API Security
MCP server that sits between AI agents and APIs. Agents request access, Janee makes the call with the real credentials, agents never see the secrets.
Arcadia Finance
Manage Uniswap and Aerodrome liquidity positions with automated rebalancing and leverage.