A Model Context Protocol server that lets your AI talk to Stockfish. Because apparently we needed to make chess engines even more accessible to our
If you already use MCP Stockfish, the mcp stockfish mcp server is the piece that lets your assistant work with it directly. A Model Context Protocol server that lets your AI talk to Stockfish. Because apparently we needed to make chess engines even more accessible to our silicon overlords.
This creates a bridge between AI systems and the Stockfish chess engine via the MCP protocol. It handles multiple concurrent sessions because your AI probably wants to analyze seventeen positions simultaneously while you're still figuring out why your knight is hanging.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
uci — Initializes the engine in UCI modeisready — Checks if the engine is ready. Returns readyokstop — Stops current searchquit — Closes the sessionInstallation — The Installation tool exposed by this serverUsage — The Usage tool exposed by this serverLogging — The Logging tool exposed by this serverConfiguration is passed through the environment: MCP_STOCKFISH_LOG_LEVEL, MCP_STOCKFISH_PATH, MCP_STOCKFISH_HTTP_HOST. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Stockfish's toolset — uci, isready, stop and 4 more — is a fair guide to whether it matches your workflow. It is maintained by sonirico; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| uci | Initializes the engine in UCI mode |
| isready | Checks if the engine is ready. Returns readyok |
| stop | Stops current search |
| quit | Closes the session |
| Installation | The Installation tool exposed by this server. |
| Usage | The Usage tool exposed by this server. |
| Logging | The Logging tool exposed by this server. |
{
"mcpServers": {
"chess": {
"command": "mcp-stockfish",
"env": {
"MCP_STOCKFISH_LOG_LEVEL": "info"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MCP_STOCKFISH_LOG_LEVEL | Configuration value read at startup. | Optional |
| MCP_STOCKFISH_PATH | Filesystem location the server is allowed to use. | Optional |
| MCP_STOCKFISH_HTTP_HOST | Endpoint or connection string the server talks to. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.