chess-mcp-server

pks1116/chess-mcp-server

3.2

If you are the rightful owner of chess-mcp-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 dayong@mcphub.com.

The Chess MCP Server is a model context protocol server designed to facilitate chess game interactions through a standardized protocol.

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

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