Back to Home
minghuig icon

llm-chess-mcp-server

Verified Safe

by minghuig

Overview

Facilitate playing chess with an LLM using a Model Context Protocol (MCP) server.

Installation

Run Command
python chess_server.py

Security Notes

The server uses the well-vetted 'python-chess' library for all game logic and move validation. User inputs for moves are handled by `parse_san` or `from_uci` methods, which are designed to parse chess moves and do not allow for arbitrary code execution. There are no 'eval' statements, network risks (beyond standard local I/O for MCP), or hardcoded secrets. It is designed to run locally via stdin/stdout, mitigating common network attack vectors.

Similar Servers

Stats

Interest Score0
Security Score10
Cost ClassLow
Avg Tokens150
Stars0
Forks0
Last Update2025-11-20

Tags

ChessGameLLMMCPPython