Chess
Enables playing chess against language models through a visual interface with tools for board visualization, move execution, game initialization, and position analysis from PGN notation.
13 stars
0 tools
Created Aug 2025
@jiayao/jiayao-chessAbout
Enables playing chess against language models through a visual interface with tools for board visualization, move execution, game initialization, and position analysis from PGN notation.
Categories
general
Installation
npm
npm install @jiayao/jiayao-chess
Configuration
{
"mcpServers": {
"jiayao-chess": {
"command": "npx",
"args": [
"-y",
"@jiayao/jiayao-chess"
]
}
}
}