To address the challenges of road crack appearance characteristics being susceptible to environmental interference, high miss detection rate of fine cracks, and limited computational resources of inspection equipment, a lightweight detection model, MCA-YOLO-A, is proposed. The model is based on YOLOv8n, replacing the original backbone with a lighter MobileNetV3 feature extraction network, and integrating a coordinate attention (CA) module that accurately captures spatial information, thereby enhancing the capability of feature extraction. Meanwhile, the Alpha-IOU loss function suitable for lightweight networks is introduced, which makes the overall performance of the network improve. In addition, a small target detection layer is added to improve the recognition accuracy of fine cracks. The average precision of mAP_0.5 and F1 score of MCA-YOLO-A model on road crack data sets are 0.930 and 0.893, respectively, which are 7.0% and 9.7% higher than that of the original YOLOv8n model, and the parameter quantity is only 6.0 M, which is 4.8% lower, and the detection speed reaches 95 frames/s. Experimental results demonstrate that the model is highly accurate, lightweight, and capable of generalization, making it more suitable for deployment in scenarios with limited computational resources such as embedded systems and mobile devices.