Enterprise DNA
M MCP Servers Developer low

jiayao/mcp-chess

by Various

MCP server for playing chess against AI

J

MCP

jiayao/mcp-chess

Added 1 June 2026

Overview

An MCP server that lets you play chess against an AI opponent. It exposes chess game actions as MCP tools, enabling AI assistants to make moves, read board state, and manage games programmatically.

Best for

Best for
Developers building AI assistants that need a turn-based game interaction for demos or testing

Use cases

  • Integrate chess gameplay into an AI assistant or chat interface
  • Build a tool that lets an LLM play chess against a user or another AI
  • Test and demonstrate MCP server capabilities with a turn-based game

How to use

Tools exposed

  • get_board_visualization
  • get_turn
  • get_valid_moves
  • make_move
  • new_game
  • find_position_in_pgn

Example client config

{\n  "mcpServers": {\n    "chess": {\n      "command": "uvx",\n      "args": [\n        "mcp-chess"\n      ]\n    }\n  }\n}

Notes

An MCP server that lets you play chess against an AI opponent. It exposes chess game actions as MCP tools, enabling AI assistants to make moves, read board state, and manage games programmatically.

22 stars on GitHub. Last updated 2025-05-05. Licensed Apache-2.0.

Use cases

  • Integrate chess gameplay into an AI assistant or chat interface
  • Build a tool that lets an LLM play chess against a user or another AI
  • Test and demonstrate MCP server capabilities with a turn-based game

Pros

  • Simple, focused implementation for a single game
  • Lets AI assistants interact with a structured turn-based game
  • Easy to extend or modify for custom chess logic

Cons

  • Limited to chess, not a general-purpose tool
  • Small community (22 stars) and minimal documentation
  • Requires an MCP-compatible client to use

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Simple, focused implementation for a single game
  • Lets AI assistants interact with a structured turn-based game
  • Easy to extend or modify for custom chess logic

Cons

  • Limited to chess, not a general-purpose tool
  • Small community (22 stars) and minimal documentation
  • Requires an MCP-compatible client to use

Pairs with

Other entries in the index that connect to this one. Click through to see the chain.

Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks