Chess
Integrates with chess engines and libraries to provide game analysis, move generation, and position evaluation for chess applications and research.
14 stars
0 tools
Created Aug 2025
@turlockmike/turlockmike-chess-chess-mcpAbout
Integrates with chess engines and libraries to provide game analysis, move generation, and position evaluation for chess applications and research.
Categories
general
Installation
npm
npm install @turlockmike/turlockmike-chess-chess-mcp
Configuration
{
"mcpServers": {
"turlockmike-chess-chess-mcp": {
"command": "npx",
"args": [
"-y",
"@turlockmike/turlockmike-chess-chess-mcp"
]
}
}
}