MCP.so
登录

MCP CONNECT 4

@tolios

关于 MCP CONNECT 4

MCP for connect 4

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

tolios

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "connect4": {
      "command": "absolute path to uv",
      "args": [
        "--directory",
        "absolute path to this repo",
        "run",
        "main.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP CONNECT 4?

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.

How to use MCP CONNECT 4?

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.

Key features of MCP CONNECT 4

  • 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

Use cases of MCP CONNECT 4

  • Playing a casual game of Connect 4 with an AI assistant
  • Demonstrating how MCP can support turn‑based game interactions
  • Experimenting with AI‑driven gameplay and move evaluation
  • Having fun while exploring MCP’s extensibility

FAQ from MCP CONNECT 4

Does the assistant play both sides?

Yes. The assistant plays the move it believes is best and also plays your move. The README notes this may be considered a criticism.

How do I view the current board?

You can see the board by reading the tool call output in the LLM provider’s chat interface

评论

其他 分类下的更多 MCP 服务器