Back to MCP Servers
Stockfish
🏎️ 🏠 🍎 🪟 🐧️ MCP server connecting AI systems to Stockfish chess engine.
gamingai
By sonirico
Installation
npx -y mcp-stockfishConfiguration
{
"mcpServers": {
"mcp-stockfish": {
"command": "npx",
"args": ["-y", "mcp-stockfish"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes