L2 Calendar for Cursor
io.github.dreiev/l2calendar-mcp
Query Lineage 2 private server openings by chronicle through the public L2 Calendar API.
client:Cursor
transport:stdio
runtime:npm
Install L2 Calendar in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"l2calendar-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"l2calendar-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs