Community MCP Server: jiayao/mcp-chess
This MCP let's you play chess against any LLM.
To use this chess server, add the following configuration to your MCP config:
{
"mcpServers": {
"chess": {
"command": "uvx",
"args": [
"mcp-chess"
]
}
}
}
Play a game:


Find a position in a PGN for game analysis:
![Find a positi...