MCP CONNECT 4
About
MCP Connect 4 is an MCP server that lets a user and an AI assistant play a game of Connect 4. The assistant controls the game state and makes moves for both itself and the user, enabling turn‑based gameplay through an LLM client.
Details
- Author
- tolios
- Downloads
- 205
- Categories
- Other
Jump to
- Provides structured game state for Connect 4
- Assistant plays moves for both players
- Simple setup with uv and a local Python script
- Game progress visible in the LLM chat’s tool calls
- Lightweight, single‑purpose implementation
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP CONNECT 4Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository and add a JSON entry to your Claude (or compatible client) configuration. The entry must specify the absolute path to uv as the command, the repository directory with --directory, and run main.py as the arguments. After configuration, the assistant can start a Connect 4 game using the provided tools.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp connect 4": {
"connect4": {
"command": "absolute path to uv",
"args": [
"--directory",
"absolute path to this repo",
"run",
"main.py"
]
}
}
}
}
McpServers
{
"connect4": {
"command": "absolute path to uv",
"args": [
"--directory",
"absolute path to this repo",
"run",
"main.py"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




