Skip to content
VS Code

lichess mcp for VS Code

io.github.mrfentmen/lichess-mcp

Use this MCP server to Lichess, chess puzzles by rating, player stats, and top players. Tools...

client:VS Code transport:stdio runtime:npm

Install lichess mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "lichess-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/lichess-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

lichess mcp in other clients