Interfaces with UCI chess engines like Stockfish to provide chess analysis and move generation.
Sponsored
This MCP bridge connects to UCI chess engines, such as Stockfish, enabling chess analysis and move generation within an MCP environment. It allows users to analyze chess positions specified by FEN strings, get the best move for a position, set the current chess position, and retrieve information about the chess engine. The bridge supports integration with MCP setups like Claude Desktop, allowing users to leverage chess engines directly within their workflows.
Key Features
01Retrieves engine information
02Supports Uvx for easy dependency management
03Analyzes chess positions using UCI-compatible engines
040 GitHub stars
05Sets the current chess position for analysis
06Provides best move suggestions
Use Cases
01Programmatically interacting with UCI chess engines
02Chess position analysis in Claude Desktop
03Integrating chess engine functionality into MCP workflows