The document presents a new parallel algorithm for computing the minimum spanning tree (MST) of undirected weighted graphs using cluster techniques to optimize processor usage. The algorithm operates in logarithmic time with reduced parallel costs, making it simpler and more efficient than previous methods. It is suitable for graphs with distinct or repeated edge weights and does not depend on the number of vertices for processor allocation.