Mcp Chess MCP Server

v1.0.0APIsstable

Provides the current state of the chessboard as an image.

gaming
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

Provides the current state of the chessboard as an image.

Features

  • get_board_visualization
  • get_turn
  • get_valid_moves
  • make_move
  • new_game

Use Cases

Provides the current state of the chessboard as an image.
Indicates whose turn it is ('white' or 'black').
Lists all legal moves for the current player in UCI notation.
Makes a move on the board using standard algebraic notation (SAN). Args: move_san: The player's move in algebraic notation (e.g., 'e4', 'Nf3', 'Bxe5'). Returns: A dictionary containing the move in SAN format, the move in UCI format, the new board FEN
Starts a new game, resetting the board to the initial position. Args: user_plays_white: Whether the user will play as white. Defaults to True. Returns: A confirmation message indicating the game has started and the user's color.
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y mcp-chess

Manual Installation

npx -y mcp-chess

Examples

Basic Configuration

Configure Mcp Chess MCP Server

npx -y mcp-chess

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Mcp Chess MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides