mcp-build-chess-server

JairAviles/mcp-build-chess-server

3.2

If you are the rightful owner of mcp-build-chess-server 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 Build Chess Server is a model context protocol server designed to facilitate the deployment and management of a chess server using the MCP framework.

MCP Build Chess Server

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

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