Skip to main content
Glama

Lichess MCP

create_challenge

Initiate a chess challenge with another player on Lichess by specifying their username, game type, clock settings, and variant. Customize the challenge with optional parameters like color choice or FEN position.

Instructions

Challenge another player

Input Schema

NameRequiredDescriptionDefault
clockNoClock settings
colorNoColor to play
daysNoDays per turn for correspondence games
fenNoCustom initial position in FEN format
ratedNoWhether the game is rated
usernameYesUsername of the player to challenge
variantNoGame variantstandard

Input Schema (JSON Schema)

{ "properties": { "clock": { "description": "Clock settings", "properties": { "increment": { "description": "Clock increment in seconds", "type": "number" }, "limit": { "description": "Clock initial time in minutes", "type": "number" } }, "type": "object" }, "color": { "description": "Color to play", "enum": [ "random", "white", "black" ], "type": "string" }, "days": { "description": "Days per turn for correspondence games", "type": "number" }, "fen": { "description": "Custom initial position in FEN format", "type": "string" }, "rated": { "default": false, "description": "Whether the game is rated", "type": "boolean" }, "username": { "description": "Username of the player to challenge", "type": "string" }, "variant": { "default": "standard", "description": "Game variant", "enum": [ "standard", "chess960", "crazyhouse", "antichess", "atomic", "horde", "kingOfTheHill", "racingKings", "threeCheck" ], "type": "string" } }, "required": [ "username" ], "type": "object" }

Other Tools from Lichess MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/karayaman/lichess-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server