MCP.so
Sign In
Servers

Lichess MCP

@karayaman

A Model Context Protocol (MCP) server that enables Claude Desktop to interact with Lichess chess platform through natural language. Play games, analyze positions, manage your account, and participate in tournaments—all by simply talking to Claude.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "lichess-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@karayaman/lichess-mcp",
        "--client",
        "claude"
      ]
    }
  }
}

More from Other