Skip to content
Cursor

NannyKeeper Household Payroll & Taxes for Cursor

com.nannykeeper.www/mcp-server

Calculate US household employer (nanny) taxes + run payroll via AI agents. All 50 states.

client:Cursor transport:stdio runtime:npm

Install NannyKeeper Household Payroll & Taxes in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nannykeeper/mcp-server"
      ],
      "env": {
        "NANNYKEEPER_API_KEY": "<NANNYKEEPER_API_KEY>"
      }
    }
  }
}

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

NannyKeeper Household Payroll & Taxes in other clients