Skip to main content
Glama

Lichess MCP

send_message

Send private messages to other players on Lichess via username and text input, enabling direct communication within the chess platform.

Instructions

Send a private message to another player

Input Schema

NameRequiredDescriptionDefault
textYesMessage text
usernameYesUsername of the recipient

Input Schema (JSON Schema)

{ "properties": { "text": { "description": "Message text", "type": "string" }, "username": { "description": "Username of the recipient", "type": "string" } }, "required": [ "username", "text" ], "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