jiayao/mcp-chess
A MCP server playing chess against LLMs.
Quick Start
Clone the repository:
git clone https://github.com/jiayao/mcp-chessClaude Desktop configuration example:
{
"mcpServers": {
"mcp-chess": {
"command": "npx",
"args": [
"-y",
"jiayao/mcp-chess"
]
}
}
}Check the repository README for specific installation and configuration instructions.