Skip to content
Claude Desktop

Stockfish MCP for Claude Desktop

io.github.stepbot/stockfish-mcp

A Stockfish MCP server to allow an LLM to play chess against Stockfish

client:Claude Desktop transport:stdio runtime:pypi

Install Stockfish MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "stockfish-mcp": {
      "command": "uvx",
      "args": [
        "stockfish-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Stockfish MCP in other clients