\begin{tikzpicture}[remember picture,overlay] % overlaid picture
% places draws relative to nodes defined in the mol2chemfig structure
% The mcfpusharrow tikz style is defined in the mol2chemfig package.
\draw[mcfpusharrow](mp12-13) to [out=60,in=60,looseness=4] (mp11-12);
\draw[mcfpusharrow](mp2-3) to [out=105,in=105,looseness=5] (mp3);
% attach some arbitrary shapes to the molecule
\draw[semithick,blue,fill=red](mp17) -- ++(0.5,0.5) node[circle,fill=yellow,inner sep=1pt,draw=blue]{\scriptsize\textsf{blob}};
\end{tikzpicture}
\end{center}