Skip to main content
GamingPython

jiayao/mcp-chess

A MCP server playing chess against LLMs.

gaminglocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/jiayao/mcp-chess

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-chess": {
      "command": "npx",
      "args": [
        "-y",
        "jiayao/mcp-chess"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Gaming
Language
Python
Author
jiayao