Skip to main content
Glama

Lichess MCP

create_challenge

Initiate a chess challenge on Lichess by specifying the opponent’s username, time control, and preferred color. Start a game directly through the MCP server.

Instructions

Create a new challenge

Input Schema

NameRequiredDescriptionDefault
colorNorandom
timeControlNoTime control (e.g. '10+0' for 10 minutes)10+0
usernameYesUsername of the player to challenge

Input Schema (JSON Schema)

{ "properties": { "color": { "default": "random", "enum": [ "white", "black", "random" ], "type": "string" }, "timeControl": { "default": "10+0", "description": "Time control (e.g. '10+0' for 10 minutes)", "type": "string" }, "username": { "description": "Username of the player to challenge", "type": "string" } }, "required": [ "username" ], "type": "object" }

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