Wordle MCP
Fetches the Wordle solution for a specific date, available from 2021-05-19 up to 23 days in the future.
Wordle MCP (Python)
[!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
Index
Get Started
Using Docker (recommended)
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
Installing via 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"
]
}
}
}
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
Kalshi MCP Server
A simple MCP server to interact with prediction market Kalshi
Soccer MCP Server
Provides football (soccer) statistics and live match data using the API-Football service.
UFO MCP Server
Control a Dynatrace UFO device on your local network using MCP-compatible clients.
exchange-rate
A simple MCP server for currency exchange data. It provides tools to fetch live rates, convert amounts, and retrieve all rates for a base currency in a clean, structured format.
Asset Price MCP Server
Provides real-time prices for assets like precious metals and cryptocurrencies.
Clicks Protocol
Autonomous DeFi yield for AI agents on Base. Query APY rates, agent status, payment splits. 9 MCP tools.
Apigene MCP Gateway
Apigene MCP Gateway is the runtime layer that connects AI agents to APIs and MCP servers via Model Context Protocol.
OrbiAds
173 tools to automate Google Ad Manager — campaigns, creatives, inventory, reporting via natural language
SyncGTM Enrichment MCP
MCP server for B2B data enrichment - enrich companies, find contacts, and detect buying signals from Claude, Cursor, or any AI tool. 75+ actions across 20+ data providers.
Google Trends MCP
Connect Google Trends to Claude or ChatGPT via Two Minute Reports MCP. Analyze search demand, trending topics, and keyword interest to grow visibility.