Skip to content

Commit cd62220

Browse files
cr2007eleonorecharlesdomdomegg
authored
Add Wordle MCP server and standardize note formatting (#2385)
Co-authored-by: Eléonore Charles <eleonore@echarles.net> Co-authored-by: adam jones <adamj+git@anthropic.com>
1 parent 99e0130 commit cd62220

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Typically, each MCP server is implemented with an MCP SDK:
1515
- [Swift MCP SDK](https://github.com/modelcontextprotocol/swift-sdk)
1616
- [TypeScript MCP SDK](https://github.com/modelcontextprotocol/typescript-sdk)
1717

18-
> Note: Lists in this README are maintained in alphabetical order to minimize merge conflicts when adding new items.
18+
> [!NOTE]
19+
> Lists in this README are maintained in alphabetical order to minimize merge conflicts when adding new items.
1920
2021
## 🌟 Reference Servers
2122

@@ -441,7 +442,9 @@ Official integrations are maintained by companies building production ready MCP
441442

442443
A growing set of community-developed and maintained servers demonstrates various applications of MCP across different domains.
443444

444-
> **Note:** Community servers are **untested** and should be used at **your own risk**. They are not affiliated with or endorsed by Anthropic.
445+
> [!NOTE]
446+
> Community servers are **untested** and should be used at **your own risk**. They are not affiliated with or endorsed by Anthropic.
447+
445448
- **[1Panel](https://github.com/1Panel-dev/mcp-1panel)** - MCP server implementation that provides 1Panel interaction.
446449
- **[A2A](https://github.com/GongRzhe/A2A-MCP-Server)** - An MCP server that bridges the Model Context Protocol (MCP) with the Agent-to-Agent (A2A) protocol, enabling MCP-compatible AI assistants (like Claude) to seamlessly interact with A2A agents.
447450
- **[Ableton Live](https://github.com/Simon-Kansara/ableton-live-mcp-server)** - an MCP server to control Ableton Live.
@@ -1148,6 +1151,7 @@ A growing set of community-developed and maintained servers demonstrates various
11481151
- **[WildFly MCP](https://github.com/wildfly-extras/wildfly-mcp)** - WildFly MCP server that enables LLM to interact with running WildFly servers (retrieve metrics, logs, invoke operations, ...).
11491152
- **[Windows CLI](https://github.com/SimonB97/win-cli-mcp-server)** - MCP server for secure command-line interactions on Windows systems, enabling controlled access to PowerShell, CMD, and Git Bash shells.
11501153
- **[Windsor](https://github.com/windsor-ai/windsor_mcp)** - Windsor MCP (Model Context Protocol) enables your LLM to query, explore, and analyze your full-stack business data integrated into Windsor.ai with zero SQL writing or custom scripting.
1154+
- **[Wordle MCP](https://github.com/cr2007/mcp-wordle-python)** - MCP Server that gets the Wordle Solution for a particular date.
11511155
- **[WordPress MCP](https://github.com/Automattic/wordpress-mcp)** - Make your WordPress site into a simple MCP server, exposing functionality to LLMs and AI agents.
11521156
- **[Workflowy](https://github.com/danield137/mcp-workflowy)** - A server that interacts with [workflowy](https://workflowy.com/).
11531157
- **[World Bank data API](https://github.com/anshumax/world_bank_mcp_server)** - A server that fetches data indicators available with the World Bank as part of their data API

0 commit comments

Comments
 (0)