mcp-server-chess-build

Nikola-Vukasinovic/mcp-server-chess-build

3.2

If you are the rightful owner of mcp-server-chess-build and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP server for chess is designed to facilitate the integration and management of chess-related functionalities within a model context protocol environment.

Install this MCP server by adding the following JSON code to jour config file


{
  "mcpServers": {
    "chess": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/Nikola-Vukasinovic/mcp-server-chess-build.git",
        "chess"
      ]
    }
  }
}