# lichess-org/lila | Model Context Protocol (MCP) Server > ♞ lichess.org: the forever free, adless and open source chess server ♞ - **Stars**: ⭐ 18,570 - **Language**: Scala - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "lila": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-lila" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "lila": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-lila" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-lila` - **Docker**: `docker run -i --rm mcp/lila`