Chess UCI
Interfaces with UCI chess engines like Stockfish to provide chess analysis and move generation.
소개
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.
주요 기능
- Retrieves engine information
- Supports Uvx for easy dependency management
- Analyzes chess positions using UCI-compatible engines
- 0 GitHub stars
- Sets the current chess position for analysis
- Provides best move suggestions
사용 사례
- Programmatically interacting with UCI chess engines
- Chess position analysis in Claude Desktop
- Integrating chess engine functionality into MCP workflows