Skip to content
Cursor

bizdays for Cursor

io.github.qinisolabs/bizdays

Verified business-day math for AI agents: holidays + per-country weekends, not guesses.

client:Cursor transport:stdio runtime:npm

Install bizdays in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "bizdays": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@qinisolabs/bizdays"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

bizdays in other clients