sonirico/mcp-stockfish
ποΈ π π πͺ π§οΈ MCP server connecting AI systems to Stockfish chess engine.
Quick Start
Clone the repository:
git clone https://github.com/sonirico/mcp-stockfishClaude Desktop configuration example:
{
"mcpServers": {
"mcp-stockfish": {
"command": "npx",
"args": [
"-y",
"sonirico/mcp-stockfish"
]
}
}
}Check the repository README for specific installation and configuration instructions.