Skip to content
Cursor

pickuppatrol mcp for Cursor

io.github.chrischall/pickuppatrol-mcp

Read and change your children's school dismissal plans in PickUp Patrol

client:Cursor transport:stdio runtime:npm

Install pickuppatrol mcp in Cursor

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

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

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

pickuppatrol mcp in other clients