minghuig/llm-chess-mcp-server
3.2
If you are the rightful owner of llm-chess-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server that enables LLMs to play chess games using Python and the `python-chess` library.
Tools
Functions exposed to the LLM to take actions
new_game
Starts a new chess game with the standard starting position.
make_move
Makes a chess move after validating it's legal.
get_game_state
Returns the current state of the game.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client