lhywk/mcp-server-chess
3.1
If you are the rightful owner of mcp-server-chess 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 for chess is designed to facilitate communication and interaction with chess applications using the Model Context Protocol.
Install this MCP server by adding the following JSON code to your JSON config file
{
"mcpServers": {
"chess": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/lhywk/mcp-server-chess.git",
"chess"
]
}
}
}