If you try to add the mesh collider component to the prefab (the parent GameObject) it will not work automatically; the mesh collider will show as 'none'. You need to apply mesh colliders for the children mesh gameobjects.
Alternatively, you can make your own combined mesh in Blender and use that as the mesh for the prefab's mesh collider. Hope that makes sense.