BetterChess for VS Code
co.betterchess/betterchess
Chess MCP for Claude: engine analysis, attack maps, game review. One URL, no install.
client:VS Code
transport:streamable-http
tools:4
Install BetterChess in VS Code
.vscode/mcp.json
{
"servers": {
"betterchess": {
"type": "http",
"url": "https://mcp.betterchess.co"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs