gaurav743/mcp-chess-server
3.1
If you are the rightful owner of mcp-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 Chess Server is a model context protocol server designed to facilitate chess game interactions through a structured protocol.
Install this MCP server by adding the following JSON code to your JSON config file
{
"mcpServers": {
"mcp-chess-server": {
"command": "uvx",
"args": [
"from",
"git+https://github.com/gaurav743/mcp-chess-server.git",
"chess"
]
}
}
}