I don't see a need for PID here, most especially to start with. A simple feedback loop where you close the gripper a bit at a time measuring current as you go until it's at the set point should do it.
If necessary you can make the algorithm more clever.
PID would actually be a problem I think because you not want any overshoot at all if the object being gripped is fragile.