Hi,
It is complicated, but possible.
1) In your clustered network add a column named "clusterlabel" (as type string)
2) Create a
summary network and set the node attribute aggregation for "clusterlabel" node attribute to "Cluster Label"
3) In the newly created summary network, export node table as CSV file via menu File > Export > Table as File and choose "AutoAnnotate - Summary Network default node"
for the "Select a table to export"
4) Remove all columns from CSV file except "__mclCluster" and "clusterlabel"
5) In Cytoscape go back to the clustered network and delete the "clusterlabel" column (otherwise the import may complain)
6)
Import the table to the node table of the clustered network via File > Import > Table From File
Set "Where to import table data" to "selected networks only"
Select the clustered network in "Network List"
Set "Import Data" As "Node Table Columns"
Set "Key column for networks" to __mclCluster
In preview below set __mclCluster as key (key icon)
Assuming all worked the labels of the clusters should be in clusterlabel.
hope this makes sense,
chris