Do ember-cli have some hooks like beforeStart and afterStop?

And do I have the access for its from my addon? Or may be exist another way?

It needs for to remove tmp directory from project before start serving and create symbolic link and remove symbolic link after stop serving.

Yes you can use postBuild to remove the tmp dir. Perhaps also remove the symbolic link there because I am not sure there is a afterStop hook. See: