ChessMCPServer

jainnitin2411/ChessMCPServer

3.1

If you are the rightful owner of ChessMCPServer 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 is designed to facilitate communication and interaction between different components in a model context protocol environment, specifically for chess applications.

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

{
    "mcpServers": {
        "server":{
            "command": "uv",
            "args": [
                "--from",
                "git+https://github.com/jainnitin2411/ChessMCPServer.git",
                "chess"
            ]
        }
    }
}