mcp-server-chess-api-example

silveriogimenez/mcp-server-chess-api-example

3.2

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

The MCP Chess API server is a model context protocol server designed to facilitate chess-related operations through a structured API.

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


{
  "mcpServers": {

	"MCP_Chess_api": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/silveriogimenez/mcp-server-chess-api-example.git",
        "chess"
      ]
    }
  }
}