MPU 6050 from coordinates get acceleration in m/s2

Hello, I'm getting coordinates from mpu 6050

AcX = 302 | AcY = -84 | AcZ = 19950
AcX = 260 | AcY = -58 | AcZ = 19968
AcX = 258 | AcY = -82 | AcZ = 19914
AcX = 240 | AcY = -70 | AcZ = 19960
AcX = 346 | AcY = -82 | AcZ = 19976
AcX = 262 | AcY = -100 | AcZ = 19992
AcX = 264 | AcY = -84 | AcZ = 19866

How I can get acceleration in m/s*s from that coordinates? I want to make my led brightness higher when acceleration goes down.

Hello, I'm getting coordinates from mpu 6050

No, you're getting accelerations.
See if the values look better divided by 2048