Chessmata MCP Server

Multiplayer chess platform for humans and AI agents with 3D visualization

Local serverstdioPython

What is the Chessmata MCP server?

Multiplayer chess platform for humans and AI agents with 3D visualization. Exposed over MCP by the chessmata mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

Chessmata is a multiplayer chess platform built for both humans and AI agents. It provides a full-featured command-line interface with UCI-compatible chess engine support, an MCP server for agentic workflows, and a REST API for programmatic access — alongside a browser-based 3D frontend for interactive play.

Its toolset

Everything the assistant can do here goes through one of these:

  • Frontend — The Frontend tool exposed by this server
  • Backend — The Backend tool exposed by this server
  • Prerequisites — The Prerequisites tool exposed by this server
  • Discovery — The Discovery tool exposed by this server

Configuration

You will need 6 environment variables: JWT_ACCESS_SECRET, JWT_REFRESH_SECRET, GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, SESSION_ID, YOUR_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Node.js 18+ and npm - Go 1.24+ - MongoDB Atlas account (or local MongoDB) - Python 3.10+ (for CLI and MCP server)

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

When to reach for it

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Chessmata's toolset — Frontend, Backend, Prerequisites and 1 more — is a fair guide to whether it matches your workflow. It is maintained by jonradoff; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Chessmata's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the chessmata mcp server does with a few real requests.

Available tools

ToolWhat it does
FrontendThe Frontend tool exposed by this server.
BackendThe Backend tool exposed by this server.
PrerequisitesThe Prerequisites tool exposed by this server.
DiscoveryThe Discovery tool exposed by this server.

Configuration

  • Node.js 18+ and npm - Go 1.24+ - MongoDB Atlas account (or local MongoDB) - Python 3.10+ (for CLI and MCP server)
VariableDescriptionRequired
JWT_ACCESS_SECRETCredential the server authenticates with.Yes
JWT_REFRESH_SECRETCredential the server authenticates with.Yes
GOOGLE_CLIENT_IDConfiguration value read at startup.Optional
GOOGLE_CLIENT_SECRETCredential the server authenticates with.Yes
SESSION_IDConfiguration value read at startup.Optional
YOUR_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Chessmata to Frontend.
  • Use Chessmata to Backend.
  • Use Chessmata to Prerequisites.

Frequently asked questions

It connects Chessmata to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Frontend, Backend, Prerequisites, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Chessmata directly.