Skip to content
Grok

L2 Calendar for Grok

io.github.dreiev/l2calendar-mcp

Query Lineage 2 private server openings by chronicle through the public L2 Calendar API.

client:Grok transport:stdio runtime:npm

Install L2 Calendar in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "l2calendar-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "l2calendar-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

L2 Calendar in other clients