- Explore MCP Servers
- connect4_mcp
Connect4 Mcp
Installations
{}
Arguments
{}
Examples
{}
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
Installations
{}
Arguments
{}
Examples
{}
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
MCP CONNECT 4
While people use MCP to build powerful connections with various tools like db’s or the web
one can imagine a great and perhaps more advanced interaction between user and assistant,
would be to play a game. So I say why not. Let’s play games!
This is the premise behind this repo. Also its fun!
MCP Connect 4 offers structure to the state of the game. The assistant plays the move it believes
and also plays your move. (this might be a criticism)
How to use
Simply clone the repo and add the following to the json config of claude (or massage similarly for other clients) this:
{
"connect4": {
"command": "absolute path to uv",
"args": [
"--directory",
"absolute path to this repo",
"run",
"main.py"
]
}
}
Currently one can view the board by seeing the tool call from the chat of the LLM provider (should do better)…
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










