MCP Chess Server
@jiayao
About MCP Chess Server
MCP server for playing chess against AI
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"chess": {
"command": "uvx",
"args": [
"mcp-chess"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is MCP Chess Server?
MCP Chess Server lets you play chess against any large language model (LLM) through the Model Context Protocol. It provides a set of tools to manage a chess game, visualize the board, and analyze positions from PGN strings.
How to use MCP Chess Server?
Add the server configuration to your MCP client configuration file using uvx as the command and mcp-chess as the argument. Once connected, use the provided tools to start a new game, make moves, get the board visualization, and more.
Key features of MCP Chess Server
- Play a complete chess game against an LLM.
- Get a board visualization as an image with auto‑flip based on player color.
- List all legal moves for the current player in UCI notation.
- Make moves using Standard Algebraic Notation (SAN).
- Start a new game with configurable player color.
- Find a board position in a PGN string matching a condition (e.g., “bishop on a3”).
Use cases of MCP Chess Server
- Play a chess game interactively with an LLM assistant.
- Analyze a specific position from a PGN file for study or teaching.
- Verify move legality and board state programmatically via MCP tools.
- Automate chess‑related tasks in LLM‑powered workflows.
FAQ from MCP Chess Server
—
Basic information
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments