Skip to content
Grok

lichess mcp for Grok

io.github.mrfentmen/lichess-mcp

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

client:Grok transport:stdio runtime:npm

Install lichess mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

lichess mcp in other clients