This document presents a new parallel algorithm for computing the minimum spanning tree of an undirected weighted graph, which employs cluster techniques to optimize processor usage and parallel work. The algorithm achieves logarithmic-time complexity in specific cases and aims to offer a simpler and more efficient solution compared to previous algorithms in the field. It outlines the model of computation, assumptions, and detailed procedures for implementing the algorithm, which is demonstrated to be effective in reducing processor count while maintaining performance.